complete lib structure

This commit is contained in:
Breval Ferrari 2025-05-15 15:55:03 +02:00
parent 4b2291b7a1
commit 69b6bf9d0f
4 changed files with 109 additions and 2 deletions

View file

@ -18,7 +18,8 @@ path = "src/cli/main.rs"
[dependencies]
anyhow = "1.0.98"
clap = { version = "4.5.38", features = ["derive"] }
fasteval = "0.2.4"
derive_builder = "0.20.2"
fasteval = { git = "https://github.com/brevalferrari/fasteval" }
flacenc = "0.4.0"
hound = "3.5.1"
mp3lame-encoder = { version = "0.2.1", features = ["std"] }