diff options
| author | R0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com> | 2021-10-09 19:31:34 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-10-10 16:21:55 +0200 |
| commit | 91bf47caf00badecd935bb3dd5acded5b770d7d3 (patch) | |
| tree | 90e076d31dc6ffd6096c7ca6d4a5b1fb132461ce /Cargo.toml | |
| parent | fixed tests with new refactor (diff) | |
using mockito for testing instead of real websites
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ rand = "0.8.3" reqwest = "0.11" kuchiki = "0.8.1" +mockito = "0.30.0" + [dev-dependencies] tokio-test = "*" |
