init commit, ui functional

This commit is contained in:
Phani Pavan K
2025-08-25 09:31:17 +05:30
parent f4bdff959e
commit d9b9925d0b
8 changed files with 1479 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "steckbrett"
version = "0.1.0"
edition = "2024"
[dependencies]
color-eyre = "0.6.5"
ratatui = "0.29.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
[lints.rust]
non_snake_case = "allow"