exclude old/ from workspace members

Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
June Clementine Strawberry 2025-03-11 21:05:02 -04:00
parent 35b0054059
commit 69133fd53c
No known key found for this signature in database

View file

@ -1,5 +1,6 @@
[workspace]
members = ["crates/*", "xtask"]
exclude = ["old/*"]
# Only compile / check / document the public crates by default
default-members = ["crates/*"]
resolver = "2"