From 669f8eba2b152db2da859d92873fcd25935f0e31 Mon Sep 17 00:00:00 2001 From: jakka Date: Fri, 10 Oct 2025 12:18:32 +0300 Subject: moving to tokio runtime, better async handling --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Cargo.toml') 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"] } -- cgit v1.3.1