cleanup
This commit is contained in:
parent
3fdb495a3b
commit
40f3f23525
23 changed files with 0 additions and 1930 deletions
37
Cargo.toml
37
Cargo.toml
|
@ -1,37 +0,0 @@
|
|||
[package]
|
||||
name = "blip"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
amplify = "4"
|
||||
anyhow = "1.0"
|
||||
cfg-if = "1.0.0"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
derived-deref = "2.1.0"
|
||||
fasteval = "0.2.4"
|
||||
nom = "7.1.3"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_yml = "0.0.12"
|
||||
splines = "4"
|
||||
strum = { version = "0.26", features = ["derive"] }
|
||||
strum_macros = "0.26"
|
||||
tinyaudio = { version = "1", optional = true }
|
||||
bng_macros = { path = "bng_macros" }
|
||||
const_format = "0.2.33"
|
||||
thiserror = "2"
|
||||
derive-new = "0.7"
|
||||
naan = "0.1"
|
||||
lazy_static = "1.5"
|
||||
tune = "0.35"
|
||||
|
||||
[features]
|
||||
default = ["play", "save"]
|
||||
play = ["dep:tinyaudio"]
|
||||
save = []
|
||||
|
||||
[workspace]
|
||||
members = ["bng_macros"]
|
||||
|
||||
[lints.rust]
|
||||
unused = "allow"
|
Loading…
Add table
Add a link
Reference in a new issue