pile-audio refactor
This commit is contained in:
32
Cargo.toml
32
Cargo.toml
@@ -65,37 +65,37 @@ type_complexity = "allow"
|
||||
[workspace.dependencies]
|
||||
pile-toolbox = { path = "crates/pile-toolbox" }
|
||||
pile-config = { path = "crates/pile-config" }
|
||||
pile-audio = { path = "crates/pile-audio" }
|
||||
pile-flac = { path = "crates/pile-flac" }
|
||||
pile-dataset = { path = "crates/pile-dataset" }
|
||||
|
||||
# Clients
|
||||
tantivy = "0.25.0"
|
||||
|
||||
# Async & Parallelism
|
||||
tokio = { version = "1.44.1", features = ["full"] }
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
|
||||
# CLI & logging
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json"] }
|
||||
indicatif = { version = "0.18.0", features = ["improved_unicode"] }
|
||||
tracing-indicatif = "0.3.13"
|
||||
anstyle = "1.0.10"
|
||||
clap = { version = "4.5.37", features = ["derive"] }
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = { version = "0.3.22", features = ["env-filter", "json"] }
|
||||
indicatif = { version = "0.18.4", features = ["improved_unicode"] }
|
||||
tracing-indicatif = "0.3.14"
|
||||
anstyle = "1.0.13"
|
||||
clap = { version = "4.5.60", features = ["derive"] }
|
||||
|
||||
# Serialization & formats
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
base64 = "0.22.1"
|
||||
toml = "0.9.8"
|
||||
toml = "1.0.3"
|
||||
jsonpath-rust = "1.0.4"
|
||||
sha2 = "0.11.0-rc.3"
|
||||
sha2 = "0.11.0-rc.5"
|
||||
|
||||
# Misc helpers
|
||||
thiserror = "2.0.12"
|
||||
anyhow = "1.0.97"
|
||||
thiserror = "2.0.18"
|
||||
anyhow = "1.0.102"
|
||||
itertools = "0.14.0"
|
||||
signal-hook = "0.3.18"
|
||||
rand = "0.9.2"
|
||||
signal-hook = "0.4.3"
|
||||
rand = "0.10.0"
|
||||
strum = { version = "0.27.2", features = ["derive"] }
|
||||
walkdir = "2.5.0"
|
||||
mime = "0.3.17"
|
||||
|
||||
Reference in New Issue
Block a user