aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-10-30 12:40:12 +0100
committermetamuffin <metamuffin@disroot.org>2025-10-30 12:40:12 +0100
commitd238e7a3250791e43d1e26e009f5d56cfd200e08 (patch)
tree5243bb2a52d32beb0a7001e4a742727050a1e5a1 /server/Cargo.toml
parent9e8896fac575186bdd2a5b22d832a53af2771bb5 (diff)
downloadhurrycurry-d238e7a3250791e43d1e26e009f5d56cfd200e08.tar
hurrycurry-d238e7a3250791e43d1e26e009f5d56cfd200e08.tar.bz2
hurrycurry-d238e7a3250791e43d1e26e009f5d56cfd200e08.tar.zst
add set-item and set-tile cheats
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 6da63fcb..1a0cc523 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -42,3 +42,4 @@ register = ["dep:reqwest"]
upnp = ["dep:igd", "dep:get_if_addrs"]
debug_events = ["hurrycurry-bot/debug_events"]
fast_recipes = ["hurrycurry-data/fast_recipes"]
+cheats = []