strings to enum, eased state.rs

This commit is contained in:
Priec
2025-07-29 10:12:16 +02:00
parent 15922ed953
commit 2a7f94cf17
8 changed files with 572 additions and 93 deletions

View File

@@ -14,3 +14,7 @@ common = { path = "../common" }
ratatui = { workspace = true }
crossterm = { workspace = true }
anyhow = { workspace = true }
tokio = { workspace = true }
[dev-dependencies]
tokio-test = "0.4.4"