got api working ish, I need to clean this code up a lot

This commit is contained in:
2026-04-27 17:26:49 +01:00
parent c87949bc4b
commit c53138b163
13 changed files with 1143 additions and 43 deletions
+3
View File
@@ -4,3 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
tokio = { version = "1.51.0", features = ["rt-multi-thread","macros"] }
warp = { version = "0.4.2", features = ["server"] }