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

Simplify acme-letsencrypt example

This commit is contained in:
Olivier Guittonneau
2025-04-03 17:59:14 +02:00
parent c3bd9d9620
commit a554e6467e
3 changed files with 4 additions and 7 deletions

View File

@ -12,5 +12,4 @@ env_logger.workspace = true
eyre.workspace = true
log.workspace = true
rustls.workspace = true
rustls-pemfile.workspace = true
tokio = { workspace = true, features = ["fs"] }