From 2390e7cdf2db261f8c2f035858c86a1aab6c40de Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 19 Apr 2026 01:27:36 +0800 Subject: Remove tokio dependency and convert to synchronous code --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f962729..694eabe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ path = "src/main.rs" [dependencies] mingling = { path = "../mingling/mingling", features = ["full", "debug"] } -tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread" ] } uuid = { version = "1", features = ["v4"] } serde = { version = "1", features = ["derive"] } serde_yaml = "0.9.33" -- cgit