From 5535c4951a832d65755afa53822a36e96681320f Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 7 Dec 2021 13:50:44 +0100 Subject: Retrieve let's encrypt certificates --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 54846d9..8de31a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,8 @@ tokio = { version = "1.0", default-features = false, features = ["rt", "rt-multi bytes = "1" acme-micro = "0.12" 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" ] } +http = "0.2" -- cgit v1.2.3