diff options
author | metamuffin <metamuffin@disroot.org> | 2024-12-25 21:37:01 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-12-25 21:37:01 +0100 |
commit | 31507963a05dffb3327b62dd54629420061d6c4d (patch) | |
tree | 5f245a2abc769b5eeb30d43f1ec69d033a825a60 /Cargo.toml | |
parent | cc6b50debb9d5b740adbe6f803755413c972659a (diff) | |
download | hurrycurry-31507963a05dffb3327b62dd54629420061d6c4d.tar hurrycurry-31507963a05dffb3327b62dd54629420061d6c4d.tar.bz2 hurrycurry-31507963a05dffb3327b62dd54629420061d6c4d.tar.zst |
draft map editor
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ members = [ "server/replaytool", "server/registry", "server/discover", + "server/editor", "pixel-client", "pixel-client/tools", "locale/tools", |