aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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 /Cargo.lock
parent165208f5fda1fdea13f50cac538d981dc1119abb (diff)
downloadteleterm-d897bfe58aa32d0d93bb695a19fb05d274a0961a.tar.gz
teleterm-d897bfe58aa32d0d93bb695a19fb05d274a0961a.zip
serve the teleterm-web content
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock18
1 files changed, 18 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b74188c..9a84eae 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -982,6 +982,17 @@ dependencies = [
]
[[package]]
+name = "lazy-static-include"
+version = "2.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "dd80064440e1d2d057f602460cbf24313e8939e3755aa4ed888bae9a2f582201"
+dependencies = [
+ "lazy_static",
+ "starts-ends-with-caseless",
+ "syn 1.0.7",
+]
+
+[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1930,6 +1941,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
+name = "starts-ends-with-caseless"
+version = "0.5.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "423e8765e5ec86a05cf18aa54cf7fcb53fbf460f5e586c99386e4ae2647ea5b1"
+
+[[package]]
name = "string"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1999,6 +2016,7 @@ dependencies = [
"futures",
"gotham",
"hyper",
+ "lazy-static-include",
"lazy_static",
"log",
"mio",