diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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"] |