summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakka@jakka.su>2025-07-24 21:34:21 +0300
committerjakka <jakka@jakka.su>2025-07-24 21:34:21 +0300
commitbe87d27d6bde0f39cedcdb9d990e3aec66452a1b (patch)
tree28cda0a830214877dda078f62c796499c209cb16 /Cargo.toml
parent53ac6a739bc835cfa6081f6e00ecdcb4de0dba54 (diff)
started testing new symphonia commits
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d759241..bef2c9f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,12 +18,12 @@ flac-bound = { version = "0.5.0", default-features = false }
indicatif = { version = "0.18.0", features = ["improved_unicode"] }
walkdir = "2.5.0"
console = { version = "0.16.0", features = ["windows-console-colors"] }
-claxon = { git = "https://github.com/justjakka/claxon.git" }
metaflac = "0.2.8"
rusqlite = { version = "0.36.0", default-features = false, features = [
"modern_sqlite",
] }
ctrlc = "3.4.7"
+symphonia = { git = "https://github.com/pdeljanov/Symphonia.git", branch = "dev-0.6", version = "0.5.4", default-features = false, features = ["flac"] }
[features]
default = ["bundled"]