From e8832b16088b810623ab36defc701fc6d0a73410 Mon Sep 17 00:00:00 2001 From: Justin Karneges Date: Mon, 20 Nov 2023 12:44:51 -0800 Subject: [PATCH] set default-run --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 215a52ed..c9e48d22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ repository = "https://github.com/fastly/pushpin" readme = "README.md" license = "Apache-2.0" edition = "2018" +default-run = "pushpin" [profile.dev] panic = "abort"