diff options
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 = [] |
