aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-12-14 11:31:22 +0100
committerAlex Auvolat <alex@adnab.me>2021-12-14 11:31:22 +0100
commitd13066b12bc03e49c233a065294595c2da3b1f3d (patch)
tree365e00a90ecf079d28defd9de050dad6e9041c9b /Cargo.toml
parent7488d8e907dadc3e91c8c8920fdc38f42c455b50 (diff)
downloadtricot-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9ed93c0..0d1374f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }