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

Simplify cert-watch example

This commit is contained in:
Olivier Guittonneau
2025-04-03 17:50:46 +02:00
parent 60c8160d6a
commit c3bd9d9620
2 changed files with 19 additions and 26 deletions

View File

@ -11,5 +11,4 @@ eyre.workspace = true
log.workspace = true
notify = "6"
rustls.workspace = true
rustls-pemfile.workspace = true
tokio = { workspace = true, features = ["time", "rt", "macros"] }