2023-09-11 01:45:01 +02:00
|
|
|
[package]
|
|
|
|
name = "tls-acme"
|
|
|
|
version = "1.0.0"
|
2023-09-11 01:50:09 +02:00
|
|
|
publish = false
|
|
|
|
edition.workspace = true
|
2023-09-11 01:45:01 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
acme-rfc8555 = "0.1"
|
|
|
|
actix-files.workspace = true
|
2024-05-25 06:36:36 +02:00
|
|
|
actix-web = { workspace = true, features = ["rustls-0_23"] }
|
2024-07-07 03:51:12 +02:00
|
|
|
color-eyre.workspace = true
|
2023-09-11 01:45:01 +02:00
|
|
|
env_logger.workspace = true
|
2024-07-07 03:51:12 +02:00
|
|
|
eyre.workspace = true
|
2023-09-11 01:45:01 +02:00
|
|
|
log.workspace = true
|
2024-05-25 06:36:36 +02:00
|
|
|
rustls.workspace = true
|
|
|
|
rustls-pemfile.workspace = true
|
2023-10-29 01:55:43 +02:00
|
|
|
tokio = { workspace = true, features = ["fs"] }
|