summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ea1db4ef..2b0d4d60 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,3 +1,9 @@
[workspace]
-members = ["server/replaytool", "server", "server/protocol", "light-client"]
+members = [
+ "server/replaytool",
+ "server",
+ "server/protocol",
+ "light-client",
+ "light-client/tools",
+]
resolver = "2"