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:
9
examples-common/Cargo.toml
Normal file
9
examples-common/Cargo.toml
Normal 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 }
|
Reference in New Issue
Block a user