From ed2ee749cd54197a67bd4a5dcf9204838f5a4b81 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sun, 29 Oct 2023 09:17:10 -0700 Subject: [PATCH] rtiow: set default binary to run tracer. --- rtiow/tracer/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rtiow/tracer/Cargo.toml b/rtiow/tracer/Cargo.toml index 4a39c27..b6488f7 100644 --- a/rtiow/tracer/Cargo.toml +++ b/rtiow/tracer/Cargo.toml @@ -3,6 +3,7 @@ name = "tracer" version = "0.1.0" authors = ["Bill Thiede "] edition = "2021" +default-run = "tracer" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html