SHE LIVES!

This commit is contained in:
2025-02-13 15:08:59 -05:00
parent d2e6c51073
commit 09dc73663d
11 changed files with 573 additions and 80 deletions

View File

@@ -4,4 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
fluent-uri = "0.3.2"
fluent-uri = "0.3.2"
hyper = { version = "1.6", features = ["server", "http1"] }
tokio = { version = "1", features = ["full"] }
http-body-util = "*"
hyper-util = { version = "*", features = ["tokio"] }