From bbb945e3ce4ca791b6538dad5978515bca2d13ed Mon Sep 17 00:00:00 2001 From: R0flcopt3r Date: Tue, 5 Oct 2021 21:44:33 +0200 Subject: Adds url preview hook --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') 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 = [] -- cgit v1.2.3