diff options
| author | jakka <jakkadoujin@gmail.com> | 2025-07-02 11:51:41 +0300 |
|---|---|---|
| committer | jakka <jakkadoujin@gmail.com> | 2025-07-02 11:51:41 +0300 |
| commit | d0c67d99c4f7ac4f90e244ae1a7afee595c396a9 (patch) | |
| tree | a03e205fe09fb5cbdc6e8b9057d01d67187bc9e0 /Cargo.toml | |
| parent | 75a1804c370f7b25540744fcd9f1ae89dedaf7ad (diff) | |
removed tokio deps
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -18,12 +18,11 @@ flac-bound = { version = "0.5.0", features = [ "libflac-noogg", ], default-features = false } i24 = { version = "2.1.0", features = ["std"] } -indicatif = { version = "0.17.11", features = [ - "tokio", - "improved_unicode", - "futures", +indicatif = { version = "0.17.11", features = ["improved_unicode", "futures"] } +libsql = { version = "0.9.11", default-features = false, features = [ + "core", + "stream", ] } -libsql = { version = "0.9.11" } md-5 = "0.10.6" pin-utils = "0.1.0" walkdir = "2.5.0" |
