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

@ -0,0 +1,9 @@
[package]
name = "examples-common"
edition.workspace = true
rust-version.workspace = true
[dependencies]
rustls = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }