summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakka@jakka.su>2025-10-10 12:18:32 +0300
committerjakka <jakka@jakka.su>2025-10-10 12:18:32 +0300
commit669f8eba2b152db2da859d92873fcd25935f0e31 (patch)
tree491ef462fd4f6a2d6bbd5ad0008f5c51a9b48dae /Cargo.toml
parent758eb9b36882310c1aa6c2e634d71f33fa85bd2b (diff)
moving to tokio runtime, better async handling
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7950970..904d239 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,5 @@ console = { version = "0.16.0", features = ["windows-console-colors"] }
ctrlc = "3.4.7"
flac-codec = { version = "1.2.0" }
turso = "0.2.2"
-smol = "2.0.2"
-async-trait = "0.1.89"
-smol-macros = "0.1.1"
macro_rules_attribute = "0.2.2"
+tokio = { version = "1.47.1", features = ["fs", "macros", "rt", "rt-multi-thread"] }