This commit is contained in:
Breval Ferrari 2025-05-06 09:27:19 -04:00
parent 3fdb495a3b
commit 40f3f23525
Signed by: breval
GPG key ID: A2EEBF62257FF960
23 changed files with 0 additions and 1930 deletions

View file

@ -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"