- Add README.md with project overview, features, installation, and usage - Document current Phase 3 completion status - Include architecture diagrams and security information - Add roadmap for Phase 4-5 - Update status.md to reflect current codebase state
17 lines
350 B
TOML
17 lines
350 B
TOML
[package]
|
|
name = "linux-hello-common"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Shared types and utilities for Linux Hello"
|
|
|
|
[dependencies]
|
|
thiserror.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
toml.workspace = true
|
|
tracing.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.8"
|