you ever get bored and just write a raw TCP HTTP server

This commit is contained in:
ari melody 2025-04-14 17:14:22 +01:00
parent b0de168dda
commit eda7f79fb0
Signed by: ari
GPG key ID: 60B5F0386E3DDB7E
5 changed files with 605 additions and 14 deletions

View file

@ -4,5 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.40"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"