Files
statusline/Cargo.toml
T
chuan 640e1348aa feat: implement Rust statusline for Claude Code
- parse status JSON from stdin and render a single status line
- widgets: model+thinking, context %, directory, git, token speed, rate limits
- coloring: green-to-red gradient plus fixed per-widget colors
- `test` subcommand previews all widgets with synthetic data
- braille-blank placeholder on the second line
2026-06-25 18:57:39 +08:00

10 lines
177 B
TOML

[package]
name = "statusline"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.45"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"