chore: scaffold cargo workspace and crate skeletons

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-09 19:54:38 +07:00
parent 83f1c1f57d
commit 31dddb3b6c
12 changed files with 96 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("spaceshd skeleton");
}