From 911b5d3a69125ac14aca09390c8dc8dc43b7ecd0 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Mon, 21 Apr 2025 08:14:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20cargo.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d64cdb4..4e6cd12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "csnap" version = "0.1.0" edition = "2024" +[[bin]] +name = "csnap" +path = "src/main.rs" + [dependencies] chrono = "0.4.39" clap = { version = "4.5.27", features = ["cargo"] }