From 1596c2de9b84da6fc0f88772378aa78175660896 Mon Sep 17 00:00:00 2001 From: Philipp Schaffrath Date: Mon, 25 Jul 2022 11:28:02 +0200 Subject: [PATCH] use glob to match workspace crates (#500) --- Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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"