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

feat: add tls-hot-reload example

This commit is contained in:
Rob Ede
2025-05-12 04:23:06 +01:00
parent dfce64475b
commit 0293f48530
11 changed files with 308 additions and 17 deletions

View File

@ -23,6 +23,7 @@ members = [
"databases/postgres",
"databases/redis",
"docker",
"examples-common",
"forms/form",
"forms/multipart-s3",
"forms/multipart",
@ -34,6 +35,7 @@ members = [
"https-tls/acme-letsencrypt",
"https-tls/awc-https",
"https-tls/cert-watch",
"https-tls/hot-reload",
"https-tls/openssl",
"https-tls/rustls-client-cert",
"https-tls/rustls",
@ -101,6 +103,7 @@ color-eyre = "0.6"
derive_more = "2"
dotenvy = "0.15"
env_logger = "0.11"
examples-common = { path = "./examples-common" }
eyre = { version = "0.6", default-features = false, features = ["auto-install", "track-caller"] }
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
log = "0.4"