Files
cli/Cargo.toml
Sienna Meridian Satterwhite 2ffedb95cb refactor: workspace scaffolding — sunbeam-sdk + sunbeam binary crate
Convert the single binary crate into a Cargo workspace with two members:
sunbeam-sdk (library) and sunbeam (thin binary). Moves build.rs to the
SDK with adjusted .git/HEAD path for the nested layout.
2026-03-21 14:34:15 +00:00

4 lines
64 B
TOML

[workspace]
members = ["sunbeam-sdk", "sunbeam"]
resolver = "3"