1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

rustls example

This commit is contained in:
Nikolay Kim
2018-08-07 22:34:16 -07:00
parent bcdd1f9fc3
commit ca32d68769
7 changed files with 175 additions and 0 deletions

View File

@ -24,6 +24,7 @@ members = [
"template_askama",
"template_tera",
"tls",
"rustls",
"unix-socket",
"web-cors/backend",
"websocket",