# Milestone fieldtest consumer crate — "The World — parameter-space & sweep". # # A standalone downstream project (the shape a C16 research project takes): # path-deps on the engine crates only. It drives the param-space / named-binding # / sweep surface from the PUBLIC interface only — no crates/*/src was read; the # API was discovered from the design ledger (docs/design/INDEX.md), the specs # (0015/0028/0030), and `cargo doc --workspace --no-deps` rustdoc. # # Empty [workspace] table: this fixture crate is its OWN workspace root, so it is # not pulled into the aura engine workspace. [workspace] [package] name = "ms-the-world-param-sweep-fieldtest" edition = "2024" version = "0.0.0" publish = false [[bin]] name = "mw_1_single_named" path = "mw_1_single_named.rs" [[bin]] name = "mw_2_sweep_compare" path = "mw_2_sweep_compare.rs" [[bin]] name = "mw_3_structural_constant" path = "mw_3_structural_constant.rs" [dependencies] aura-core = { path = "../../crates/aura-core" } aura-std = { path = "../../crates/aura-std" } aura-engine = { path = "../../crates/aura-engine" }