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]
|
[workspace]
|
||||||
members = [
|
members = ["crates/*"]
|
||||||
"crates/eww",
|
|
||||||
"crates/simplexpr",
|
|
||||||
"crates/yuck",
|
|
||||||
"crates/eww_shared_util"
|
|
||||||
]
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
split-debuginfo = "unpacked"
|
split-debuginfo = "unpacked"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue