diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" toml = "0.5" -anyhow = "1" +anyhow = "1.0.44" futures = "0.3" tokio = { version = "1.5.0", features = ["full", "rt-multi-thread"] } @@ -32,6 +32,9 @@ rand = "0.8.3" reqwest = "0.11" +[dev-dependencies] +mockito = "0.30.0" + [features] default = [] |
