From 8f6655d96cedc3871ade9a2dc32df4663ad03d25 Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Thu, 2 Jul 2020 07:08:05 +0200 Subject: [PATCH] Cargo.toml: preset the default binary * use the GUI variant 'advotracker' as the default binary Signed-off-by: Ralf Zerres --- advotracker/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/advotracker/Cargo.toml b/advotracker/Cargo.toml index e906a14..1ec96e6 100644 --- a/advotracker/Cargo.toml +++ b/advotracker/Cargo.toml @@ -6,6 +6,7 @@ description = "Frontend component that supports lawyers to capture relevant data readme = "README.md" license = "(0BSD OR MIT)" edition = "2018" +default-run = "advotracker" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["winuser"] }