1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/https-tls/rustls-client-cert/Cargo.toml

13 lines
247 B
TOML
Raw Normal View History

2020-10-30 05:22:24 +01:00
[package]
name = "rustls-client-cert"
version = "1.0.0"
2022-02-02 02:43:51 +01:00
edition = "2021"
2020-10-30 05:22:24 +01:00
[dependencies]
actix-tls = { workspace = true }
actix-web = { workspace = true, features = ["rustls"] }
2022-12-11 16:25:57 +01:00
env_logger = "0.10"
2020-10-30 05:22:24 +01:00
log = "0.4"
2022-07-09 23:54:51 +02:00
rustls = "0.20"
rustls-pemfile = "1"