summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cdef9ba8aa54a082a0997e2c065dc5762d2ed76b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "reencoder"
version = "0.1.0"
edition = "2024"
repository = "https://github.com/justjakka/reencoder/"

[dependencies]
anyhow = "1.0.98"
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 = { 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"] }