From 82b4ca432b81c2eaf3572f0bafe094b81ea5b591 Mon Sep 17 00:00:00 2001 From: Theo Butler Date: Fri, 18 Oct 2024 05:39:41 -0400 Subject: [PATCH] fix binary target name --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d176579..d838367 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "titorelli" version = "0.1.0" edition = "2021" +[[bin]] +name = "titorelli" +path = "src/bin/main.rs" + [dependencies] anyhow = "1.0.89" chrono = { version = "0.4.38", default-features = false, features = ["alloc"] }