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

[dependencies]
anyhow = "1.0.98"
bincode = { version = "2.0.1", default-features = false, features = ["std"] }
claxon = "0.4.3"
flac-bound = { version = "0.5.0", features = ["libflac-noogg"], default-features = false }
md-5 = "0.10.6"
metaflac = "0.2.8"
tokio = "1.45.1"