# HG changeset patch # User Simon Heath # Date 1689367426 14400 # Fri Jul 14 16:43:46 2023 -0400 # Branch devel # Node ID be6b4be66eed08faa66fa37897d3fc35c1d0c71d # Parent f389d29030aa9e497c632887b084868c91d5a1ff set default run binary to garnetc diff --git a/Cargo.toml b/Cargo.toml --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ authors = ["Simon Heath "] edition = "2018" license = "LGPL-3.0-only" +default-run = "garnetc" [[test]]