summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 6 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 54ff725..d6e643e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,6 @@ directories = "6.0.0"
flac-bound = { version = "0.5.0", features = [
"libflac-noogg",
], default-features = false }
-futures-util = "0.3.31"
i24 = { version = "2.1.0", features = ["std"] }
indicatif = { version = "0.17.11", features = [
"tokio",
@@ -27,14 +26,13 @@ indicatif = { version = "0.17.11", features = [
libsql = { version = "0.9.11" }
md-5 = "0.10.6"
pin-utils = "0.1.0"
-tokio = { version = "1.45.1", features = [
- "macros",
- "rt",
- "rt-multi-thread",
- "signal",
-] }
-tokio-util = "0.7.15"
walkdir = "2.5.0"
console = { version = "0.15.11", features = ["windows-console-colors"] }
claxon = { git = "https://github.com/justjakka/claxon.git" }
metaflac = "0.2.8"
+rayon = "1.10.0"
+smol = "2.0.2"
+futures-util = "0.3.31"
+smol-macros = "0.1.1"
+macro_rules_attribute = "0.2.2"
+ctrlc = "3.4.7"