fixed overlapping workspace roots

This commit is contained in:
Maxime Van Hees
2025-08-21 16:20:15 +02:00
parent aa0248ef17
commit 768e3e176d

View File

@@ -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