Summary#
- Root
Cargo.tomldefines workspace withresolver = "2", Rust 2021 edition, and[workspace.dependencies]pre-declaring shared crate versions (tokio, axum, serde, anyhow, thiserror, tracing) - Four crates scaffolded:
relay(binary),repo-engine,crypto,common(all libraries) cargo buildandcargo testpass from workspace root
Notes#
atrium-repoandrsky-cryptoare commented out in[workspace.dependencies]— they'll be uncommented when Wave 3/4 work beginscrates/app-desktop/(Tauri shell) intentionally excluded — v0.2 scope per MM-63- Rust toolchain not yet pinned — that's MM-64 (devenv)
Closes#
MM-63