summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortom barrett <spalf0@gmail.com>2019-02-10 11:52:04 -0600
committertom barrett <spalf0@gmail.com>2019-02-10 11:52:04 -0600
commit6a906ce663935e37d6dd79a2e2e31fb07ca7c2af (patch)
tree0fae3c321922c531c2a066d7aca096ef59bddd7d /Cargo.toml
parentf617213b4a48d73acd245580f8551a7c37ce9ad8 (diff)
cleaned up ideas and added the ability to do client <module>
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 4d661cc..b06047c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,3 +11,4 @@ serde_json = "1.0"
termion = "*"
rand = "0.6"
toml = "0.4"
+clap = "2"