From 02cc33b192ac1f27530640bd9d559029fc9ce7fd Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 27 Oct 2023 23:51:08 +0200 Subject: [PATCH] feat: updated cli Signed-off-by: kjuulh --- rust-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-cli/Cargo.toml b/rust-cli/Cargo.toml index 746b743..71bf21f 100644 --- a/rust-cli/Cargo.toml +++ b/rust-cli/Cargo.toml @@ -1,5 +1,5 @@ [workspace] -members = ["crates/%%name%%"] +members = ["crates/*"] resolver = "2" [workspace.dependencies]