From d0c67d99c4f7ac4f90e244ae1a7afee595c396a9 Mon Sep 17 00:00:00 2001 From: jakka Date: Wed, 2 Jul 2025 11:51:41 +0300 Subject: removed tokio deps --- Cargo.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d6e643e..f245ccd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.3.1