aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-29 17:14:47 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-29 17:14:47 +0200
commit824771fd53fc9cff2388d6f3baae3380debad81f (patch)
treecbf324e768d68dd0d107d889b3dc6352364eaec4 /Cargo.toml
parent6fbc2a8f507b43cadc8c3d954e57552204f5dbee (diff)
downloadhurrycurry-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cbe90e84..89a4e650 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ members = [
"server/replaytool",
"server/registry",
"server/discover",
+ "data/recipes",
"pixel-client",
"pixel-client/tools",
"locale/tools",