diff --git a/Cargo.toml b/Cargo.toml index 66b1ea0..40752b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,5 @@ [workspace] -members = [ - "crates/eww", - "crates/simplexpr", - "crates/yuck", - "crates/eww_shared_util" -] +members = ["crates/*"] [profile.dev] split-debuginfo = "unpacked"