[workspace] resolver = "2" members = ["combat-core", "combat-sim"] # This is a SELF-CONTAINED workspace, deliberately separate from the root # reikhelm workspace. The root `Cargo.toml` lists its members explicitly (no # globs) and this folder declares its own `[workspace]`, so `combat/` neither # pollutes nor depends on the dungeon-generator crates. One experiment, one # isolated build graph (see ../README.md).