1
0
mirror of https://github.com/actix/examples synced 2025-02-17 15:23:31 +01:00

15 lines
342 B
TOML
Raw Normal View History

[package]
name = "middleware-http-to-https"
2022-02-02 01:45:20 +00:00
version = "1.0.0"
2022-02-02 01:43:51 +00:00
edition = "2021"
[dependencies]
actix-web = { workspace = true, features = ["rustls"] }
actix-web-lab = { workspace = true }
2022-03-06 00:41:32 +00:00
2022-12-11 15:25:57 +00:00
env_logger = "0.10"
2022-07-12 01:08:56 +01:00
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
2022-02-22 12:12:17 +00:00
log = "0.4"
2022-07-09 22:54:51 +01:00
rustls = "0.20"
rustls-pemfile = "1"