use glob to match workspace crates (#500)

This commit is contained in:
Philipp Schaffrath 2022-07-25 11:28:02 +02:00 committed by GitHub
parent b2f60a1f43
commit 1596c2de9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,5 @@
[workspace]
members = [
"crates/eww",
"crates/simplexpr",
"crates/yuck",
"crates/eww_shared_util"
]
members = ["crates/*"]
[profile.dev]
split-debuginfo = "unpacked"