tasks: mark core/crate-init completed

This commit is contained in:
2026-06-23 13:14:06 +00:00
parent 963f3d9532
commit ff50ccea09

View File

@@ -1,7 +1,7 @@
--- ---
id: core/crate-init id: core/crate-init
name: Initialize alknet-core crate with Cargo.toml, dependencies, and module skeleton name: Initialize alknet-core crate with Cargo.toml, dependencies, and module skeleton
status: pending status: completed
depends_on: [] depends_on: []
scope: moderate scope: moderate
risk: low risk: low
@@ -113,4 +113,8 @@ subsequent tasks (core-types, config, auth, endpoint) fill these in.
## Summary ## Summary
> To be filled on completion Created `crates/alknet-core/` with `Cargo.toml` (all 14 dependencies, quinn/iroh
feature flags per ADR-010), `src/lib.rs` with module declarations, and 4 skeleton
module files (`types.rs`, `auth.rs`, `config.rs`, `endpoint.rs`) with doc comments
and TODO markers. Added to workspace `members`. `cargo check`/`clippy`/`fmt` clean.
Merged to develop.