Working implementation

This commit is contained in:
Antun Krasic
2024-04-11 08:29:55 +01:00
parent 2af2ad132a
commit a6d17d61ae
3 changed files with 658 additions and 121 deletions

View File

@@ -6,8 +6,15 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
h2 = "0.4.4"
http-body-util = "0.1.1"
hyper = {version = "1", features=["full"]}
hyper-rustls = {version = "0.27.1", features=["http2"]}
hyper-util = {version = "0.1.2", features=["full"]}
log = "0.4.21"
rustls-pki-types = "1.4.1"
tokio = { version = "1", features = ["full"] }
tokio-rustls = "0.26.0"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
webpki-roots = "0.26.1"