1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00
This commit is contained in:
Rob Ede
2021-02-12 21:53:21 +00:00
committed by GitHub
parent 366c032c36
commit 1e538bf73e
7 changed files with 55 additions and 148 deletions

View File

@ -50,6 +50,12 @@ serde_urlencoded = "0.7"
time = { version = "0.2.23", default-features = false, features = ["std"] }
tls-openssl = { version = "0.10.9", package = "openssl", optional = true }
[target.'cfg(windows)'.dependencies.tls-openssl]
version = "0.10.9"
package = "openssl"
features = ["vendored"]
optional = true
[dev-dependencies]
actix-web = "4.0.0-beta.3"
actix-http = "3.0.0-beta.3"