aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLorenz Leitner <lrnz.ltnr@gmail.com>2021-10-14 19:16:16 +0200
committerLorenz Leitner <lrnz.ltnr@gmail.com>2021-10-14 19:16:16 +0200
commitb5f3a548388931c3245473b61f6ea4b96341a1a6 (patch)
tree8383f4e9728f1cada57ece9efa384f2adb02f2b4 /Cargo.toml
parentci: remove restriction from tanka include (diff)
Fix URL shortening of some WA inputs
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 525153a..6477100 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,6 +31,7 @@ sedregex = { version = "0.2", git = "https://gitlab.com/audron/sedregex" }
rand = "0.8.3"
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "gzip"] }
+urlparse = "0.7.3"
[dev-dependencies]
mockito = "0.30.0"