summaryrefslogtreecommitdiff
path: root/klangfarbrs/Cargo.toml
blob: 14d2e64ba56f8bbae0ec6905e8b08476993380ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"]

[dependencies]
gdnative = "0.9"
anyhow = "1.0.44"
dasp = "0.11.0"
dasp_signal = "0.11.0"
cpal = "0.13.4"