aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-19 01:27:36 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-19 01:27:36 +0800
commit2390e7cdf2db261f8c2f035858c86a1aab6c40de (patch)
tree3e7812eb14faf4eaa1d4c4bf83b729aadaa2a3b2 /Cargo.toml
parent5f4c99bd22deb235aa912078bf74726ec38c0b55 (diff)
Remove tokio dependency and convert to synchronous code
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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"