aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGravatar Jake Swenson <jakeswenson@users.noreply.github.com> 2021-05-23 10:31:38 -0700
committerGravatar GitHub <noreply@github.com> 2021-05-23 10:31:38 -0700
commit9d5b84b88ddc2b7de1bc0f03d9026eb52e8976ac (patch)
tree735b1031148d4cddfa1a0e01f52b02e23e94f9cb /Cargo.toml
parent4cffa16633f83b6604f7ce3de47d40a29e6a9b54 (diff)
downloadnotion-9d5b84b88ddc2b7de1bc0f03d9026eb52e8976ac.tar.gz
notion-9d5b84b88ddc2b7de1bc0f03d9026eb52e8976ac.tar.zst
notion-9d5b84b88ddc2b7de1bc0f03d9026eb52e8976ac.zip
Add initial todo example (#13)
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"]