From 49e838c45a0abc83e26e355ecbcdb1338cd04750 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Wed, 16 Apr 2025 09:45:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20fix=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 490c9a6..007c693 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "navinstall" version = "0.1.0" edition = "2024" +[[bin]] +name = "navinstall" +path = "src/main.rs" + [dependencies] clap = { version = "4.5.23", features = ["cargo"] } nix = { version = "0.29.0", features = ["user"] }