mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
15 lines
359 B
TOML
15 lines
359 B
TOML
[package]
|
|
name = "middleware-http-to-https"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = { workspace = true, features = ["rustls"] }
|
|
actix-web-lab = { workspace = true }
|
|
|
|
env_logger.workspace = true
|
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
|
log.workspace = true
|
|
rustls = "0.20"
|
|
rustls-pemfile = "1"
|