EMRY-001: Rust workspace scaffold #2

Closed
opened 2026-06-24 00:20:36 +00:00 by vxfemboy · 0 comments
vxfemboy commented 2026-06-24 00:20:36 +00:00 (Migrated from github.com)

Rust workspace scaffold

Create emry/ Cargo workspace at repo root.

Tasks

  • Root Cargo.toml workspace
  • Stub crates: emry-core, emry-engine, emry-store, emry-tui, emry-web, emry-ingest, emry-cli, emry-py
  • cargo check --workspace passes
  • Pre-commit: fmt, clippy, 90% coverage gate
  • Apache-2.0 LICENSE

Acceptance

  • cargo test --workspace runs
  • README stub

Depends on:
Estimate: 4h
Status: Done in initial scaffold commit.

## Rust workspace scaffold Create `emry/` Cargo workspace at repo root. ### Tasks - [x] Root `Cargo.toml` workspace - [x] Stub crates: `emry-core`, `emry-engine`, `emry-store`, `emry-tui`, `emry-web`, `emry-ingest`, `emry-cli`, `emry-py` - [x] `cargo check --workspace` passes - [x] Pre-commit: fmt, clippy, 90% coverage gate - [x] Apache-2.0 LICENSE ### Acceptance - [x] `cargo test --workspace` runs - [x] README stub **Depends on:** — **Estimate:** 4h **Status:** Done in initial scaffold commit.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
femboy/emry#2
No description provided.