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
+7
View File
@@ -0,0 +1,7 @@
pub mod codec;
pub mod ids;
pub mod message;
// re-exports added in Task 1 when types are defined
// pub use ids::{SurfaceId, WorkspaceId};
// pub use message::{Cmd, Envelope, ErrorBody, Evt};