From a19794883758350974d6a9779dd70d3efa50308b Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sun, 2 Jul 2023 07:58:54 +0000 Subject: [PATCH] change bin name for monitor core --- core/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/Cargo.toml b/core/Cargo.toml index af9a753d6..3064f62b2 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -5,6 +5,10 @@ edition.workspace = true authors.workspace = true license.workspace = true +[[bin]] +name = "core" +path = "src/main.rs" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]