aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-15 14:03:54 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-15 14:03:54 -0500
commitd897bfe58aa32d0d93bb695a19fb05d274a0961a (patch)
tree2fea1e75e8d47fb02b158cbd2850204394ae4fd1 /teleterm/Cargo.toml
parent165208f5fda1fdea13f50cac538d981dc1119abb (diff)
downloadteleterm-d897bfe58aa32d0d93bb695a19fb05d274a0961a.tar.gz
teleterm-d897bfe58aa32d0d93bb695a19fb05d274a0961a.zip
serve the teleterm-web content
Diffstat (limited to 'teleterm/Cargo.toml')
-rw-r--r--teleterm/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/teleterm/Cargo.toml b/teleterm/Cargo.toml
index f1e0ed0..0d28cb5 100644
--- a/teleterm/Cargo.toml
+++ b/teleterm/Cargo.toml
@@ -25,6 +25,7 @@ futures = "0.1.29"
gotham = { git = "https://github.com/gotham-rs/gotham", rev = "d2395926b93710832f8d72b49c9bd3e77516e386" }
hyper = "0.12"
lazy_static = "1"
+lazy-static-include = "2"
log = { version = "0.4", features = ["release_max_level_info"] }
mio = "0.6.19"
native-tls = "0.2"