add deps
This commit is contained in:
parent
72f5bdfd3d
commit
6f62bb8f40
1 changed files with 4 additions and 0 deletions
|
@ -4,11 +4,15 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
amplify = "4.7.0"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
cfg-if = "1.0.0"
|
cfg-if = "1.0.0"
|
||||||
clap = { version = "4.5", features = ["derive"] }
|
clap = { version = "4.5", features = ["derive"] }
|
||||||
derived-deref = "2.1.0"
|
derived-deref = "2.1.0"
|
||||||
fasteval = "0.2.4"
|
fasteval = "0.2.4"
|
||||||
|
nom = "7.1.3"
|
||||||
|
serde = "1.0.209"
|
||||||
|
serde_yml = "0.0.12"
|
||||||
splines = "4.3.1"
|
splines = "4.3.1"
|
||||||
tinyaudio = { version = "0.1", optional = true }
|
tinyaudio = { version = "0.1", optional = true }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue