From db9afa0b06355028eafe3bc29fe0b2429ba8fd0a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 29 Mar 2026 00:52:16 +0800 Subject: Completed the first preliminary usable version of the Mingling framework. --- mingling/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling/Cargo.toml') 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"] } -- cgit