Private
Public Access
1
0

Started work on http server

This commit is contained in:
2024-04-24 23:41:42 -07:00
parent 48dcf9daca
commit cf4195858e
4 changed files with 590 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ edition = "2021"
[dependencies]
async-trait = "0.1.80"
hyper = { version = "0.14", features = ["full"] }
hyper-tls = "0.5.0"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
time = { version = "0.3.17", features = ["parsing", "serde"] }