aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-22 04:09:03 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-22 04:09:03 -0500
commit8fc67d1822c5f83cb47d9fde8973f1a125d2bdb4 (patch)
tree80e692c0137f2521586341614bbf2d44c241bdf7 /Cargo.lock
parent9c2ba5b022beb1f1e7adcd7a3d8c50fe192384ad (diff)
downloadteleterm-8fc67d1822c5f83cb47d9fde8973f1a125d2bdb4.tar.gz
teleterm-8fc67d1822c5f83cb47d9fde8973f1a125d2bdb4.zip
connect to the teleterm server on watch requests
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0341cbb..a9a0a77 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -818,6 +818,16 @@ dependencies = [
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2095,6 +2105,7 @@ dependencies = [
"env_logger",
"futures",
"gotham",
+ "gotham_derive",
"hyper",
"lazy-static-include",
"lazy_static",