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
258 B
TOML

[package]
name = "rustls-client-cert"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-tls.workspace = true
actix-web = { workspace = true, features = ["rustls"] }
env_logger.workspace = true
log.workspace = true
rustls = "0.20"
rustls-pemfile = "1"