started cli
This commit is contained in:
parent
5f4ffa4705
commit
2ac18bb640
3 changed files with 64 additions and 0 deletions
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "bng"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
fasteval = "0.2.4"
|
||||
tinyaudio = { version = "0.1", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["play", "save"]
|
||||
play = ["dep:tinyaudio"]
|
||||
save = []
|
Loading…
Add table
Add a link
Reference in a new issue