From c8c0dbaba82bd53b7d311a7ba1fe97474e2f398e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 25 Oct 2019 06:15:25 -0400 Subject: copy over implementation from teleterm --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 57f1c49..59166a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["Jesse Luehrs "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] +futures = "0.1.29" +snafu = "0.5" +tokio = "0.1.22" -- cgit v1.2.3-54-g00ecf