aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorR0flcopt3r <eiriklavik@gmail.com>2021-10-05 21:44:33 +0200
committerR0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com>2021-10-11 18:28:32 +0200
commitbbb945e3ce4ca791b6538dad5978515bca2d13ed (patch)
treeba2fdaf453a9f1f4602879273244f3cb006ecfd9 /Cargo.toml
parentuse merge request pipelines (diff)
Adds url preview hook1-url-preview
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 16909db..53b0ac9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,6 +29,13 @@ 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"] }
+kuchiki = "0.8"
+
+[dev-dependencies]
+tokio-test = "0.4"
+mockito = "0.30"
+
[features]
default = []