aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-09-24 17:38:37 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-09-24 17:39:59 +0200
commitb82d94f7cde2a99bc6538fb5af08da08472b6640 (patch)
tree40951fc9ccb51ae333b1cb27195edc3ed2574fc9 /Cargo.toml
parentc943e530d50452b23c8148a113574ec85e9207b3 (diff)
downloadrust-zotapi-b82d94f7cde2a99bc6538fb5af08da08472b6640.tar.gz
rust-zotapi-b82d94f7cde2a99bc6538fb5af08da08472b6640.tar.bz2
rust-zotapi-b82d94f7cde2a99bc6538fb5af08da08472b6640.zip
Add new "master" example, to contain all examples as subcommands.
Only implements fetching the channel-stream for now.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4db95b8..f285fe6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,6 +25,7 @@ serde = "1.0"
serde_urlencoded = "0.5.1"
[dev-dependencies]
+clap = "2.32.0"
dotenv = "0.13"
mockito = "0.12"
serde_json = "1.0"