diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-29 17:14:47 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-29 17:14:47 +0200 |
commit | 824771fd53fc9cff2388d6f3baae3380debad81f (patch) | |
tree | cbf324e768d68dd0d107d889b3dc6352364eaec4 /Cargo.toml | |
parent | 6fbc2a8f507b43cadc8c3d954e57552204f5dbee (diff) | |
download | hurrycurry-824771fd53fc9cff2388d6f3baae3380debad81f.tar hurrycurry-824771fd53fc9cff2388d6f3baae3380debad81f.tar.bz2 hurrycurry-824771fd53fc9cff2388d6f3baae3380debad81f.tar.zst |
attempt to rewrite recipes in rust
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", + "data/recipes", "pixel-client", "pixel-client/tools", "locale/tools", |