summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 9 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0840b4c..f1b3796 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,3 +1,11 @@
[workspace]
-members = ["shared", "server", "server/respack_http", "client", "import", "cli"]
+members = [
+ "shared",
+ "server",
+ "server/respack_http",
+ "server/respack_ws",
+ "client",
+ "import",
+ "cli",
+]
resolver = "3"