From 14121ce60c48691f26e4c293de9be3821208607b Mon Sep 17 00:00:00 2001 From: JMARyA Date: Wed, 16 Apr 2025 09:48:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20fix=20cargo?= 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 5a20d77..c177e17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "g" version = "0.1.1" edition = "2024" +[[bin]] +name = "g" +path = "src/main.rs" + [dependencies] clap = { version = "4.5.26", features = ["cargo"] } either = { version = "1.15.0", features = ["serde"] }