error type for inflate, start serialize

This commit is contained in:
Breval Ferrari 2024-10-26 19:45:11 -04:00
parent b95ace9d8e
commit 0fcf937d51
No known key found for this signature in database
GPG key ID: 6FED68D87C479A59
9 changed files with 289 additions and 221 deletions

View file

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