aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bbf6c64..1f31a40 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 = []