summaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-29 00:52:16 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-29 00:52:28 +0800
commitdb9afa0b06355028eafe3bc29fe0b2429ba8fd0a (patch)
tree60bf74d0853fcc0c1e9363813c26109a6ca38a4f /mingling/Cargo.toml
parent7ce68cd11516bd7cf037ecea99a92aee7c31b2c3 (diff)
Completed the first preliminary usable version of the Mingling
framework.
Diffstat (limited to 'mingling/Cargo.toml')
-rw-r--r--mingling/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index 5cd681a..00f87c0 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -15,3 +15,4 @@ mingling_macros = { path = "../mingling_macros", optional = true }
just_fmt = "0.1.2"
serde = { version = "1.0", features = ["derive"], optional = true }
thiserror = "2"
+tokio = { version = "1", features = ["full"] }