mechanical hands are the Ruler of Everything

This commit is contained in:
phluxjr
2026-04-03 03:32:21 -05:00
parent da9fe7a4b3
commit 3e7ed48672
3 changed files with 739 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[package]
name = "ruconfy"
version = "0.1.0"
edition = "2021"
[dependencies]
ratatui = "0.29"
crossterm = "0.28"
serde = { version = "1", features = ["derive"] }
serde_json = "1"