1
0
mirror of https://github.com/actix/examples synced 2024-11-28 00:12:57 +01:00
examples/https-tls/rustls-client-cert/Cargo.toml
2022-12-11 15:25:57 +00:00

13 lines
229 B
TOML

[package]
name = "rustls-client-cert"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-tls = "3.0"
actix-web = { version = "4", features = ["rustls"] }
env_logger = "0.10"
log = "0.4"
rustls = "0.20"
rustls-pemfile = "1"