adding html to responder, and improving responder, adding data to server

This commit is contained in:
2026-03-11 21:34:57 +01:00
parent 2093456d91
commit 04dff9dbe2
8 changed files with 96 additions and 64 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.1"
edition = "2024"
[dependencies]
tokio = { version = "1.49.0", features = ["macros", "rt", "rt-multi-thread", "signal", "net"] }
tokio = { version = "1.50.0", features = ["macros", "rt", "rt-multi-thread", "signal", "net"] }
tokio-util = "0.7.18"
http = "1.4.0"