From bcbf0506ff255129d5a66d709bdb6aafbfbe2331 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 25 Apr 2026 19:12:00 +0800 Subject: Add async example demonstrating tokio integration --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ff3ca49..1b69a8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,10 +4,16 @@ version = "0.1.0" edition = "2024" [workspace] -members = ["examples/example-async","mingling", "mingling_core", "mingling_macros"] +members = [ + "examples/example-async", + "mingling", + "mingling_core", + "mingling_macros", +] exclude = [ "mingling_cli", "dev_tools", + "examples/example-async", "examples/example-basic", "examples/example-completion", "examples/example-general-renderer", -- cgit