mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
13 lines
251 B
TOML
13 lines
251 B
TOML
|
[package]
|
||
|
name = "rustls-client-cert"
|
||
|
version = "1.0.0"
|
||
|
authors = ["Rob Ede <robjtede@icloud.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
actix-tls = "2"
|
||
|
actix-web = { version = "3.2", features = ["rustls"] }
|
||
|
env_logger = "0.8"
|
||
|
log = "0.4"
|
||
|
rustls = "0.18"
|