This commit is contained in:
2026-02-13 20:04:06 -06:00
commit acd26ab8eb
5 changed files with 1841 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "cj-jftui"
version = "0.1.0"
edition = "2024"
authors = ["Christopher Warren Johnson III"]
[dependencies]
ratatui = "0.30.0"
color-eyre = "0.6.3"
crossterm = "0.29.0"