From 1b21857aeedcef92e041b775c0eb01a531bae531 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 14 Jul 2019 03:28:09 -0400 Subject: get a basic command structure in place --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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 "] edition = "2018" [dependencies] +clap = "2" grpc = "0.6" +snafu = "0.4" [build-dependencies] protoc-rust-grpc = "0.6" -- cgit v1.2.3-54-g00ecf