diff options
| author | jakka <jakkadoujin@gmail.com> | 2025-06-19 14:39:55 +0300 |
|---|---|---|
| committer | jakka <jakkadoujin@gmail.com> | 2025-06-19 14:39:55 +0300 |
| commit | 1fea9b682b6ed08b17495374a8ede21b51101faa (patch) | |
| tree | 6efa70f8a33271d5b3c9128d65a95944030f8159 /Cargo.toml | |
| parent | f891f1d379984215e90ebe0958f942836e800385 (diff) | |
reworked encoding async logic
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,7 @@ flac-bound = { version = "0.5.0", features = [ ], default-features = false } futures-util = "0.3.31" i24 = "2.1.0" +indicatif = { version = "0.17.11", features = ["tokio", "improved_unicode", "futures"] } libsql = { version = "0.9.10", features = ["core", "sync"] } md-5 = "0.10.6" metaflac = "0.2.8" @@ -33,4 +34,5 @@ tokio = { version = "1.45.1", features = [ "signal", ] } tokio-util = "0.7.15" +walkdir = "2.5.0" #symphonia = { git = "https://github.com/pdeljanov/Symphonia.git", branch = "dev-0.6", default-features = false, features = ["flac"] } |
