aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-15 13:31:52 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-15 13:31:52 -0500
commit009454efadc2f3ab6e965cfb6045693cdc7b5021 (patch)
tree722dfa47f01e53043bcc99c9a45cccd742d7d94f /Cargo.toml
parentbbf15cfef8134da720a27bd71a93efcb8467025b (diff)
downloadteleterm-009454efadc2f3ab6e965cfb6045693cdc7b5021.tar.gz
teleterm-009454efadc2f3ab6e965cfb6045693cdc7b5021.zip
add basic websocket client
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ef797b3..d5299d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,2 +1,3 @@
[workspace]
-members = ["teleterm"]
+members = ["teleterm", "teleterm-web"]
+default-members = ["teleterm"]