diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-20 20:59:26 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-20 21:36:36 +0200 |
commit | 44e90c75d10815633edaf979847c89b5d62242a3 (patch) | |
tree | 97920070b43761e424e27238e3b9ce3af71b7537 /Cargo.toml | |
parent | 16e4ea0125ca7d311d2b0b1292b31a8daa4836a4 (diff) | |
download | hurrycurry-44e90c75d10815633edaf979847c89b5d62242a3.tar hurrycurry-44e90c75d10815633edaf979847c89b5d62242a3.tar.bz2 hurrycurry-44e90c75d10815633edaf979847c89b5d62242a3.tar.zst |
draft server list registry server
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ members = [ "server/bot", "server/client-lib", "server/replaytool", + "server/registry", "pixel-client", "pixel-client/tools", "locale/tools", |