This website requires JavaScript.
Explore
Help
Sign In
studio
/
cli
Watch
2
Star
0
Fork
0
You've already forked cli
Code
Issues
Pull Requests
Actions
Packages
Releases
4
Wiki
Activity
Files
e568ddf82a21e9d069f067c06ff6055446042155
cli
/
Cargo.toml
5 lines
85 B
TOML
Raw
Normal View
History
Unescape
Escape
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
[
workspace
]
members
=
[
"sunbeam-sdk"
,
"sunbeam"
]
chore: checkpoint before Python removal
2026-03-26 22:33:59 +00:00
exclude
=
[
"vendor"
]
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
resolver
=
"3"
Reference in New Issue
Copy Permalink