From 5abdc895985ed24544b923495250611292e088a7 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Fri, 23 Feb 2018 14:34:43 -0500 Subject: Add client implementation --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 585e3b6..1ae1fb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,9 @@ log = "0.4" simple_logger = "0.5" yaml-rust = "0.3" ctrlc = { version = "3.1", features = ["termination"] } +clap = "2" +chrono = "0.4" +hex = "0.3" [dev-dependencies] criterion = "0.2.0" @@ -28,3 +31,4 @@ criterion = "0.2.0" [[bench]] name = "messages" harness = false + -- cgit v1.2.3