From 768e3e176dee23863fd7215489edf8a17b54bbb0 Mon Sep 17 00:00:00 2001 From: Maxime Van Hees Date: Thu, 21 Aug 2025 16:20:15 +0200 Subject: [PATCH] fixed overlapping workspace roots --- rhailib/Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/rhailib/Cargo.toml b/rhailib/Cargo.toml index f05edb1..c4545d6 100644 --- a/rhailib/Cargo.toml +++ b/rhailib/Cargo.toml @@ -25,10 +25,3 @@ tempfile = "3.10" name = "simple_rhai_bench" harness = false -[workspace] -members = [ - ".", # Represents the root package (rhailib) - "src/monitor", # Added the new monitor package to workspace - "src/macros", "src/dsl", "src/derive", -] -resolver = "2" # Recommended for new workspaces