summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-06-10 20:45:35 +0300
committerjakka <jakkadoujin@gmail.com>2025-06-10 20:45:35 +0300
commit9450972d8414065b005827198340adcd8a3e864a (patch)
tree475f6dc49fc799aa89cc0e1a1fa524d63af35140 /Cargo.toml
parent6637e834af047c76eb18cfcce512995d7f8c9d8f (diff)
edited tests, finished writing encoder for all bitrates
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 525b072..cdef9ba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,4 +10,5 @@ flac-bound = { version = "0.5.0", features = ["libflac-noogg"], default-features
i24 = "2.1.0"
md-5 = "0.10.6"
metaflac = "0.2.8"
-symphonia = { git = "https://github.com/pdeljanov/Symphonia.git", branch = "dev-0.6", default-features = false, features = ["flac"] }
+symphonia = { version = "0.5.4", path = "../Symphonia/symphonia", default-features = false, features = ["flac"] }
+#symphonia = { git = "https://github.com/pdeljanov/Symphonia.git", branch = "dev-0.6", default-features = false, features = ["flac"] }