aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-22 08:29:00 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-22 08:29:00 -0500
commit57330afd153851af0051dd34ec5dfad7f44d3a03 (patch)
tree0db782ce970204a6750b5dbfa3a1c4a007c169c7 /Cargo.lock
parent427375e2bef72f827e42814f5770265598c4a5eb (diff)
downloadteleterm-57330afd153851af0051dd34ec5dfad7f44d3a03.tar.gz
teleterm-57330afd153851af0051dd34ec5dfad7f44d3a03.zip
use vt100 to render the terminal data in the browser(!)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b8d6565..d56d7df 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2155,6 +2155,7 @@ dependencies = [
"seed",
"serde",
"serde_json",
+ "vt100",
"wasm-bindgen",
"web-sys",
]