From 0fe0ea6cbf0fe01f2b27f9247516fc63dbb25b0f Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Fri, 13 Sep 2024 14:20:09 +0200 Subject: [PATCH] Make demo the default executable --- demo/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/Cargo.toml b/demo/Cargo.toml index 6360bcc..1b0957e 100644 --- a/demo/Cargo.toml +++ b/demo/Cargo.toml @@ -7,6 +7,7 @@ name = "demo" publish = false rust-version.workspace = true version.workspace = true +default-run = "demo" [lints] workspace = true