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-resources/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/example-resources/Cargo.toml') diff --git a/examples/example-resources/Cargo.toml b/examples/example-resources/Cargo.toml index 2655654..faf24e4 100644 --- a/examples/example-resources/Cargo.toml +++ b/examples/example-resources/Cargo.toml @@ -6,3 +6,5 @@ edition = "2024" [dependencies.mingling] path = "../../mingling" features = ["parser"] + +[workspace] -- cgit