Cargo.toml: preset the default binary

* use the GUI variant 'advotracker' as the default binary

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-07-01 20:31:14 +02:00
parent 942373caf6
commit e6574c9cda

View File

@@ -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"] }