1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/middleware/middleware-http-to-https/Cargo.toml

15 lines
359 B
TOML
Raw Normal View History

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