diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-19 01:27:36 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-19 01:27:36 +0800 |
| commit | 2390e7cdf2db261f8c2f035858c86a1aab6c40de (patch) | |
| tree | 3e7812eb14faf4eaa1d4c4bf83b729aadaa2a3b2 /Cargo.toml | |
| parent | 5f4c99bd22deb235aa912078bf74726ec38c0b55 (diff) | |
Remove tokio dependency and convert to synchronous code
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |
