use glob to match workspace crates (#500)
This commit is contained in:
parent
b2f60a1f43
commit
1596c2de9b
1 changed files with 1 additions and 6 deletions
|
@ -1,10 +1,5 @@
|
|||
[workspace]
|
||||
members = [
|
||||
"crates/eww",
|
||||
"crates/simplexpr",
|
||||
"crates/yuck",
|
||||
"crates/eww_shared_util"
|
||||
]
|
||||
members = ["crates/*"]
|
||||
[profile.dev]
|
||||
split-debuginfo = "unpacked"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue