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