Cargo.toml: depend on proxmox-acme-rs

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-04-22 16:01:55 +02:00 committed by Dietmar Maurer
parent 5e58381ea9
commit 01d152720f

View File

@ -79,6 +79,8 @@ zstd = { version = "0.4", features = [ "bindgen" ] }
nom = "5.1"
crossbeam-channel = "0.5"
proxmox-acme-rs = "0.2.1"
[features]
default = []
#valgrind = ["valgrind_request"]