1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/https-tls/rustls-client-cert/Cargo.toml

13 lines
316 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]
2024-05-25 06:36:36 +02:00
actix-tls = { workspace = true, features = ["rustls-0_23"] }
actix-web = { workspace = true, features = ["rustls-0_23"] }
env_logger.workspace = true
log.workspace = true
2023-08-29 19:28:12 +02:00
rustls.workspace = true
2024-05-25 06:36:36 +02:00
rustls-pemfile.workspace = true