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-completion/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/example-completion') diff --git a/examples/example-completion/Cargo.toml b/examples/example-completion/Cargo.toml index 4e1881a..1c6b327 100644 --- a/examples/example-completion/Cargo.toml +++ b/examples/example-completion/Cargo.toml @@ -23,3 +23,5 @@ features = [ # enable `builds` features "builds", ] + +[workspace] -- cgit