aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c1ddd6b..07e9d53 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,3 +32,12 @@ features = ["derive"]
[dev-dependencies]
cargo-husky = "1"
wiremock = "0.5.2"
+anyhow = "1.0.40"
+clap = "3.0.0-beta.2"
+skim = "0.9.4"
+crossbeam-channel = "0.5"
+toml = "0.5.8"
+
+[dev-dependencies.config]
+version = "0.11.0"
+features = ["toml"]