aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-07-14 03:28:09 -0400
committerJesse Luehrs <doy@tozt.net>2019-07-14 03:28:09 -0400
commit1b21857aeedcef92e041b775c0eb01a531bae531 (patch)
treee056eb24c65826cefcd18a303931cb831b5bde37 /Cargo.toml
parent0f1c7ebd0db9499097010de2a86494f7f9090034 (diff)
downloadteleterm-1b21857aeedcef92e041b775c0eb01a531bae531.tar.gz
teleterm-1b21857aeedcef92e041b775c0eb01a531bae531.zip
get a basic command structure in place
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f96d70e..42e853f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,9 @@ authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
[dependencies]
+clap = "2"
grpc = "0.6"
+snafu = "0.4"
[build-dependencies]
protoc-rust-grpc = "0.6"