mirror of
https://github.com/Heretek-AI/heretek-compress.git
synced 2026-07-01 14:22:22 -04:00
2f9cd1475a
- crates/heretek-cli/src/main.rs - crates/heretek-cli/Cargo.toml GSD context: - Milestone: M001 - Core Compression Algorithm - Slice: S02 - Task: T04 - Added 16 CLI integration tests covering round-trip (empty, single-byte, 1KB, 64KB), full exit-code matrix (12 error variants), model-load-from-buffer, corrupted-data→exit-2, and missing-input→exit-1; all 84 workspace tests pass. GSD-Task: S02/T04
12 lines
214 B
TOML
12 lines
214 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
members = [
|
|
"crates/heretek-error",
|
|
"crates/heretek-format",
|
|
"crates/heretek-coder",
|
|
"crates/heretek-predictor",
|
|
"crates/heretek-engine",
|
|
"crates/heretek-cli",
|
|
]
|