Description
Set up the minimal Rust workspace/crate layout needed to start Phase 1 core work.
Proposal
- Create a Cargo workspace
- Add
crates/feder-vocab
- Add
crates/feder-core
- Wire up
mise tasks for check/fmt
Done when
cargo check works locally
mise run check (or equivalent) passes
cargo fmt is covered via mise
- No runtime crates yet
Out of scope
- GitHub Actions / release automation
- Linux runtime / ESP32 runtime
Description
Set up the minimal Rust workspace/crate layout needed to start Phase 1 core work.
Proposal
crates/feder-vocabcrates/feder-coremisetasks for check/fmtDone when
cargo checkworks locallymise run check(or equivalent) passescargo fmtis covered viamiseOut of scope