mirror of
https://github.com/fafhrd91/actix-web
synced 2025-07-02 17:24:39 +02:00
add client ssl support
This commit is contained in:
@ -12,4 +12,4 @@ path = "src/main.rs"
|
||||
env_logger = "0.5"
|
||||
actix = "^0.4.2"
|
||||
actix-web = { path = "../../", features=["alpn"] }
|
||||
openssl = { version="0.10", features = ["v110"] }
|
||||
openssl = { version="0.10" }
|
||||
|
Reference in New Issue
Block a user