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