1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

Simplify rustls mTLS example

This commit is contained in:
Olivier Guittonneau
2025-04-03 15:56:43 +02:00
parent 90fb0e4f5d
commit c0c3efddc8
3 changed files with 14 additions and 19 deletions

View File

@ -9,4 +9,3 @@ actix-web = { workspace = true, features = ["rustls-0_23"] }
env_logger.workspace = true
log.workspace = true
rustls.workspace = true
rustls-pemfile.workspace = true