aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorR0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com>2021-10-09 14:14:46 +0200
committerMax Audron <audron@cocaine.farm>2021-10-10 16:21:55 +0200
commitf04903065051e82983040107683527de0c5e6d48 (patch)
treee3e2ba665b7f037e8df136fb1e61456672ad6103 /Cargo.toml
parentfor mr maintainer boi (diff)
finished implementing everything
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0cc9a84..7619d19 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,8 +29,8 @@ sedregex = { version = "0.2", git = "https://gitlab.com/audron/sedregex" }
rand = "0.8.3"
-html_parser = "0.6.2"
reqwest = { version = "0.11", features = ["json"] }
+kuchiki = "0.8.1"
[dev-dependencies]
tokio-test = "*"