Initial commit

This commit is contained in:
Lukas Wölfer
2026-01-22 22:48:24 +01:00
commit 7bc10f34f2
4 changed files with 433 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "chkr"
version = "0.1.0"
edition = "2024"
[dependencies]
crossterm = "0.26"
ratatui = { version = "0.20", features = ["crossterm"] }