aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-22 03:19:02 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-22 03:19:02 -0500
commitd3fe70943c0957c977b44965fe300f6c1b101e32 (patch)
tree1f3347d4059a15307ca79f43842ceabdcbee249f /Cargo.lock
parent29c8f1ae0a54e0dcceb3eac42a2e4e033f1918c4 (diff)
downloadteleterm-d3fe70943c0957c977b44965fe300f6c1b101e32.tar.gz
teleterm-d3fe70943c0957c977b44965fe300f6c1b101e32.zip
implement listing and watching on the web side
watching doesn't do anything yet, because the server side doesn't yet know how to send messages to a watch client
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 69e2815..0341cbb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2127,8 +2127,11 @@ dependencies = [
name = "teleterm-web"
version = "0.1.0"
dependencies = [
+ "futures",
"js-sys",
"seed",
+ "serde",
+ "serde_json",
"wasm-bindgen",
"web-sys",
]