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 --- Cargo.lock | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 0341cbb..a9a0a77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -817,6 +817,16 @@ dependencies = [ "uuid 0.7.4", ] +[[package]] +name = "gotham_derive" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b207d2aa120b2d7be4bb7edc48b199297ebce4227979127b0879890a84163480" +dependencies = [ + "quote 0.6.13", + "syn 0.15.44", +] + [[package]] name = "h2" version = "0.1.26" @@ -2095,6 +2105,7 @@ dependencies = [ "env_logger", "futures", "gotham", + "gotham_derive", "hyper", "lazy-static-include", "lazy_static", -- cgit v1.2.3-54-g00ecf