From 8fc67d1822c5f83cb47d9fde8973f1a125d2bdb4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 22 Nov 2019 04:09:03 -0500 Subject: connect to the teleterm server on watch requests --- teleterm/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'teleterm/Cargo.toml') diff --git a/teleterm/Cargo.toml b/teleterm/Cargo.toml index d9be990..40949ae 100644 --- a/teleterm/Cargo.toml +++ b/teleterm/Cargo.toml @@ -23,6 +23,7 @@ env_logger = "0.7" futures = "0.1.29" # for websocket support - should be able to go back to released version in 0.5 gotham = { git = "https://github.com/gotham-rs/gotham", rev = "d2395926b93710832f8d72b49c9bd3e77516e386" } +gotham_derive = "0.4" hyper = "0.12" lazy_static = "1" lazy-static-include = "2" -- cgit v1.2.3-54-g00ecf