Use RustTLS for Actix-web

This commit is contained in:
Hayaku 2023-05-07 15:23:03 +03:00 committed by GitHub
parent 00573cea3a
commit bbf051fa94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.3.1"
actix-web = { version = "4.3.1", features = ["rustls"] }
image = "0.24.6"
once_cell = "1.17.1"
qstring = "0.7.2"