diff options
| author | R0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com> | 2021-10-09 14:14:46 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-10-10 16:21:55 +0200 |
| commit | f04903065051e82983040107683527de0c5e6d48 (patch) | |
| tree | e3e2ba665b7f037e8df136fb1e61456672ad6103 /Cargo.toml | |
| parent | for mr maintainer boi (diff) | |
finished implementing everything
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = "*" |
