summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 06f9cba..525b072 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,11 +2,12 @@
name = "reencoder"
version = "0.1.0"
edition = "2024"
+repository = "https://github.com/justjakka/reencoder/"
[dependencies]
anyhow = "1.0.98"
-claxon = "0.4.3"
flac-bound = { version = "0.5.0", features = ["libflac-noogg"], default-features = false }
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"] }