diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-14 11:31:22 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-14 11:31:22 +0100 |
commit | d13066b12bc03e49c233a065294595c2da3b1f3d (patch) | |
tree | 365e00a90ecf079d28defd9de050dad6e9041c9b /Cargo.toml | |
parent | 7488d8e907dadc3e91c8c8920fdc38f42c455b50 (diff) | |
download | tricot-d13066b12bc03e49c233a065294595c2da3b1f3d.tar.gz tricot-d13066b12bc03e49c233a065294595c2da3b1f3d.zip |
Implement basic domain accesibility check before asking for certificatedocker-25
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,3 +34,4 @@ rcgen = "0.8" accept-encoding-fork = "0.2.0-alpha.3" async-compression = { version = "0.3", features = ["tokio", "gzip", "zstd", "deflate", "brotli"] } tokio-util = { version = "0.6", features = ["io"] } +uuid = { version = "0.8.2", features = ["v4"] } |