pile-audio refactor
This commit is contained in:
20
crates/pile-flac/Cargo.toml
Normal file
20
crates/pile-flac/Cargo.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "pile-flac"
|
||||
version = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
thiserror = { workspace = true }
|
||||
mime = { workspace = true }
|
||||
base64 = { workspace = true }
|
||||
strum = { workspace = true }
|
||||
smartstring = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
paste = { workspace = true }
|
||||
sha2 = { workspace = true }
|
||||
itertools = { workspace = true }
|
||||
Reference in New Issue
Block a user