chore: scaffold cargo workspace and crate skeletons
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "spacesh-proto"
|
||||
edition.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
bytes.workspace = true
|
||||
thiserror.workspace = true
|
||||
tokio = { workspace = true }
|
||||
tokio-util.workspace = true
|
||||
@@ -0,0 +1 @@
|
||||
// populated in Task 2
|
||||
@@ -0,0 +1 @@
|
||||
// populated in Task 1
|
||||
@@ -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};
|
||||
@@ -0,0 +1 @@
|
||||
// populated in Task 1
|
||||
Reference in New Issue
Block a user