summaryrefslogtreecommitdiff
path: root/klangfarbrs/Cargo.toml
blob: 798f47568f0eeb7871bfb9cb7e1916cfd9429b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "klangfarbrs"
version = "0.1.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
crate-type = ["cdylib", "lib"]
name = "klangfarbrs"

[dependencies]
gdnative = "0.9"
rand = "0.8.4"