From e68ef2d14e2f82e6ea8ee42747e385fbf78b6d53 Mon Sep 17 00:00:00 2001 From: misson20000 Date: Sun, 4 Aug 2024 00:11:56 -0400 Subject: [PATCH] bring back default-run --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e27631a..ea92ec4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "charm" version = "0.1.0" authors = ["misson20000 "] edition = "2021" +default-run = "charm" [features] default = ["gtk4_8"]