mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
15 lines
324 B
TOML
15 lines
324 B
TOML
[package]
|
|
name = "middleware-http-to-https"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = { version = "4", features = ["rustls"] }
|
|
actix-web-lab = "0.17"
|
|
|
|
env_logger = "0.9"
|
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
|
log = "0.4"
|
|
rustls = "0.20"
|
|
rustls-pemfile = "1"
|