web version initial implementation

This commit is contained in:
markmental 2026-02-11 11:57:27 -05:00
commit 20568d2b3e
8 changed files with 2747 additions and 698 deletions

View file

@ -7,6 +7,8 @@ edition = "2021"
ratatui = "0.29"
crossterm = "0.28"
clap = { version = "4.5", features = ["derive"] }
actix-web = "4.11"
serde = { version = "1.0", features = ["derive"] }
[profile.release]
opt-level = 3