aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-20 02:16:41 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-23 19:21:49 +0200
commitc78665e4fd83a64a67a6747ec9429c74a3d4a466 (patch)
tree6d0714808ca3c3fb9a3ca652770668058f5f89cc /server/Cargo.toml
parent935dc832d02ba49ad50cbbaee333ab2dacd3226d (diff)
downloadhurrycurry-c78665e4fd83a64a67a6747ec9429c74a3d4a466.tar
hurrycurry-c78665e4fd83a64a67a6747ec9429c74a3d4a466.tar.bz2
hurrycurry-c78665e4fd83a64a67a6747ec9429c74a3d4a466.tar.zst
generate dot graph from recipes
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 535d5a1e..23a34d99 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -2,6 +2,7 @@
name = "undercooked"
version = "0.1.0"
edition = "2021"
+default-run = "undercooked"
[dependencies]
glam = { version = "0.28.0", features = ["serde"] }