From 1e2ffb20113b230e04e6ca1b60ad4ca2ac89a3e8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 5 Sep 2019 05:59:41 -0400 Subject: use tokio codecs for some of the protocol parsing --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index b521c95..923217c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -648,6 +648,7 @@ dependencies = [ name = "termcast" version = "0.1.0" dependencies = [ + "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossterm 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", -- cgit v1.2.3-54-g00ecf