feat(hadron): initial commit

This commit is contained in:
2025-12-20 13:04:15 -05:00
commit 38d38dc111
3 changed files with 951 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "hadron"
version = "0.1.0"
edition = "2024"
[dependencies]
crossterm = "0.28"
ratatui = "0.29"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"