1
0
mirror of https://github.com/actix/examples synced 2025-09-02 11:56:38 +02:00

clean up rustls example

This commit is contained in:
Rob Ede
2022-03-15 18:17:19 +00:00
parent c9ebeacf58
commit 4f1881d1a3
5 changed files with 97 additions and 40 deletions

View File

@@ -8,8 +8,11 @@ name = "rustls-server"
path = "src/main.rs"
[dependencies]
env_logger = "0.9"
rustls = "0.20.2"
rustls-pemfile = "0.2.1"
actix-web = { version = "4", features = ["rustls"] }
actix-web-lab = "0.15"
actix-files = "0.6"
env_logger = "0.9"
log = "0.4"
rustls = "0.20.2"
rustls-pemfile = "0.3"