From 459ca4e1aa4a22e4adf3c275a80368949dd52e8c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 11 Sep 2018 19:04:49 -0700 Subject: first pass fast export --- rust/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 6b2e1ffe..0e14c583 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -35,6 +35,9 @@ slog-term = "*" slog-async = "*" serde_json = "1.0" +# Command-line tools +crossbeam-channel = "0.2" + # Unused (hyper 0.11 and https) #hyper-openssl = {version = "0.2", optional = true} #hyper-tls = {version = "0.1.2", optional = true} -- cgit v1.2.3