From cd7e5ad034b75d659d4d87a752ab7b11cf75de12 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 7 Dec 2021 15:20:45 +0100 Subject: Got a reverse proxy --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8de31a0..9c7ae8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,5 +23,11 @@ uuid = "0.8" rustls = "0.20" rustls-pemfile = "0.2" chrono = { version = "0.4", features = [ "serde" ] } -hyper = { version = "0.14", features = [ "http1", "http2", "runtime", "server", "tcp" ] } +hyper = { version = "0.14", features = [ "full" ] } +futures-util = "0.3" +tokio-rustls = "0.23" +#hyper-rustls = "0.23" http = "0.2" +hyper-reverse-proxy = "0.4" +unicase = "2" +lazy_static = "1.4" -- cgit v1.2.3