mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-02 04:45:41 +02:00
fix dependencies
This commit is contained in:
@@ -26,7 +26,7 @@ default = []
|
|||||||
openssl = ["open-ssl", "tokio-openssl"]
|
openssl = ["open-ssl", "tokio-openssl"]
|
||||||
|
|
||||||
# rustls
|
# rustls
|
||||||
rustls = ["rust-tls", "webpki"]
|
rustls = ["rust-tls", "webpki", "webpki-roots", "tokio-rustls"]
|
||||||
|
|
||||||
# nativetls
|
# nativetls
|
||||||
nativetls = ["native-tls", "tokio-tls"]
|
nativetls = ["native-tls", "tokio-tls"]
|
||||||
|
Reference in New Issue
Block a user