Files
claude-chill/Cargo.toml
David Beesley cfaa5a1afe Fix/kitty keyboard (#21)
* Add dynamic Kitty protocol tracking, unit tests, and version badge with CI check
2026-01-22 18:13:29 -07:00

11 lines
152 B
TOML

[workspace]
resolver = "2"
members = [
"crates/claude-chill",
]
[workspace.package]
version = "0.1.2"
edition = "2024"
authors = ["David Beesley"]