set default run binary to garnetc
1 files changed, 1 insertions(+), 0 deletions(-)

M Cargo.toml
M Cargo.toml +1 -0
@@ 4,6 4,7 @@ version = "0.1.0"
 authors = ["Simon Heath <icefox@dreamquest.io>"]
 edition = "2018"
 license = "LGPL-3.0-only"
+default-run = "garnetc"
 
 
 [[test]]