From e6574c9cda57d823d8664d125db746507efcf2a6 Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Wed, 1 Jul 2020 20:31:14 +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 fdddc75..01667f7 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"] }