diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-06-12 14:34:19 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-06-12 14:34:19 +0800 |
| commit | d8b87ec524b0d80ac7815a4675f7bd71a4951410 (patch) | |
| tree | 3058c898b226a0ed8b657b641d39158621d51157 /examples/full-todolist/Cargo.toml | |
| parent | 448d4417fae87a7dd74ed5c595a9813d56b68ade (diff) | |
Simplify workspace exclude patterns and add workspace stanzas
Diffstat (limited to 'examples/full-todolist/Cargo.toml')
| -rw-r--r-- | examples/full-todolist/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/full-todolist/Cargo.toml b/examples/full-todolist/Cargo.toml index e55d5e9..50b11a5 100644 --- a/examples/full-todolist/Cargo.toml +++ b/examples/full-todolist/Cargo.toml @@ -14,3 +14,5 @@ features = [ "extra_macros", "general_renderer", ] + +[workspace] |
