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.
4 lines
64 B
TOML
4 lines
64 B
TOML
[workspace]
|
|
members = ["sunbeam-sdk", "sunbeam"]
|
|
resolver = "3"
|