diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index a5abd3e4..acd463aa 100644 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -26,7 +26,7 @@ default = [] openssl = ["open-ssl", "tokio-openssl"] # rustls -rustls = ["rust-tls", "webpki"] +rustls = ["rust-tls", "webpki", "webpki-roots", "tokio-rustls"] # nativetls nativetls = ["native-tls", "tokio-tls"]