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.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 76ac973..5a709a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Jesse Luehrs "] edition = "2018" [dependencies] +bytes = "0.4" clap = "2" crossterm = "0.10" futures = "0.1" -- cgit v1.2.3-54-g00ecf