aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-10 22:56:09 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-10 22:56:09 +0200
commit44b444e67684b16eb338ef639b46d53c9eb214a1 (patch)
treee076948c97bc946262069208f79f5cc06ab1f568 /Cargo.toml
parent71499464dbb279bd268dd2dcd5a653c3a7f50a68 (diff)
downloadhurrycurry-44b444e67684b16eb338ef639b46d53c9eb214a1.tar
hurrycurry-44b444e67684b16eb338ef639b46d53c9eb214a1.tar.bz2
hurrycurry-44b444e67684b16eb338ef639b46d53c9eb214a1.tar.zst
start with client lib crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3677580e..f125b8a3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,10 @@
[workspace]
members = [
- "server/replaytool",
"server",
"server/protocol",
+ "server/bot",
+ "server/client-lib",
+ "server/replaytool",
"pixel-client",
"pixel-client/tools",
]