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

feat: add cert-watch example

This commit is contained in:
Rob Ede
2024-02-06 02:50:23 +00:00
parent 741815074a
commit 183c924220
7 changed files with 279 additions and 1 deletions

View File

@ -0,0 +1,18 @@
[package]
name = "cert-watch"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web = { workspace = true, features = ["rustls-0_21"] }
actix-files.workspace = true
color-eyre.workspace = true
env_logger.workspace = true
eyre.workspace = true
futures-util.workspace = true
log.workspace = true
notify = "6"
rustls.workspace = true
rustls-pemfile = "1"
tokio = { workspace = true, features = ["time", "rt-multi-thread", "macros"] }
parking_lot = "0.12"