Initial pile-audio
This commit is contained in:
21
crates/pile-audio/Cargo.toml
Normal file
21
crates/pile-audio/Cargo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "pile-audio"
|
||||
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 }
|
||||
rand = { workspace = true }
|
||||
sha2 = { workspace = true }
|
||||
itertools = { workspace = true }
|
||||
Reference in New Issue
Block a user