diff options
| author | R0flcopt3r <eiriklavik@gmail.com> | 2021-10-05 21:44:33 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-10-10 16:21:55 +0200 |
| commit | 6e330c81af0905182e14b1fd5358c8e31dcd2c3d (patch) | |
| tree | a4c40933c29db8211468047dab856885d1c9a4fc /Cargo.toml | |
| parent | use merge request pipelines (diff) | |
for mr maintainer boi
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -29,6 +29,12 @@ 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"] } + +[dev-dependencies] +tokio-test = "*" + [features] default = [] |
