From d8b87ec524b0d80ac7815a4675f7bd71a4951410 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Fri, 12 Jun 2026 14:34:19 +0800 Subject: Simplify workspace exclude patterns and add workspace stanzas --- examples/example-async-support/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/example-async-support') diff --git a/examples/example-async-support/Cargo.toml b/examples/example-async-support/Cargo.toml index 3a66e52..d1b952d 100644 --- a/examples/example-async-support/Cargo.toml +++ b/examples/example-async-support/Cargo.toml @@ -13,3 +13,5 @@ features = ["async", "parser"] [dependencies.tokio] version = "1.52.3" features = ["macros", "rt", "rt-multi-thread", "time"] + +[workspace] -- cgit