aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-12-08 11:11:22 +0100
committerAlex Auvolat <alex@adnab.me>2021-12-08 11:11:22 +0100
commit098a6cf2cdb9b0370ab7358b005f731b65e9981c (patch)
tree80e862f2ba2aeb03a33ab8e4fcb05d4a221dd308 /Cargo.toml
parent11c6f0b1c29b10893de9390f5be559de49e78410 (diff)
downloadtricot-098a6cf2cdb9b0370ab7358b005f731b65e9981c.tar.gz
tricot-098a6cf2cdb9b0370ab7358b005f731b65e9981c.zip
Implement glob pattern hostnames
no wildcard certificates: one certificate per matching hostname that actually recieves requests
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 5c6cb2c..bd40fe6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,3 +31,4 @@ hyper-reverse-proxy = "0.4"
unicase = "2"
lazy_static = "1.4"
structopt = "0.3"
+glob = "0.3"