Cleaned code up a bit

TODD:
make colour an enum
make unwrap_or_exit return the error
This commit is contained in:
2026-05-17 15:44:01 +01:00
parent 13049309b2
commit dd04399784
11 changed files with 54 additions and 71 deletions
+1
View File
@@ -26,6 +26,7 @@ unwrap_used = "warn"
env_logger = "0.11.10"
log = "0.4.29"
serde = { version = "1.0.228", features = ["derive"] }
serde-patch = "0.2.3"
serde_json = "1.0.149"
tokio = { version = "1.51.0", features = ["rt-multi-thread","macros"] }
warp = { version = "0.4.2", features = ["server"] }