error type for inflate, start serialize
This commit is contained in:
parent
b95ace9d8e
commit
0fcf937d51
9 changed files with 289 additions and 221 deletions
|
@ -11,7 +11,7 @@ clap = { version = "4.5", features = ["derive"] }
|
|||
derived-deref = "2.1.0"
|
||||
fasteval = "0.2.4"
|
||||
nom = "7.1.3"
|
||||
serde = "1.0.209"
|
||||
serde = { version = "1.0.209", features = ["derive"] }
|
||||
serde_yml = "0.0.12"
|
||||
splines = "4.3.1"
|
||||
strum = { version = "0.26", features = ["derive"] }
|
||||
|
@ -19,6 +19,8 @@ strum_macros = "0.26"
|
|||
tinyaudio = { version = "0.1", optional = true }
|
||||
bng_macros = { path = "bng_macros" }
|
||||
const_format = "0.2.33"
|
||||
thiserror = "1.0.64"
|
||||
derive-new = "0.7.0"
|
||||
|
||||
[features]
|
||||
default = ["play", "save"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue