feat: with wildcard members

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-01 19:53:12 +02:00
parent 964107902b
commit fb8678db2c

View File

@@ -1,5 +1,5 @@
[workspace]
members = ["crates/%%name%%"]
members = ["crates/*"]
resolver = "2"
[workspace.dependencies]