cli-forge 1.0.0

Unified CLI framework: runtime command registration with styled output through one API.
Documentation
1
2
3
4
5
6
7
# Pins the development toolchain so every contributor and CI runner builds
# against the same compiler. The MSRV (1.85) is enforced separately by the CI
# matrix, which overrides this channel per-job via the RUSTUP_TOOLCHAIN env var.
[toolchain]
channel    = "stable"
components = ["clippy", "rustfmt"]
profile    = "minimal"