From 2985402b380921a791eb922f7560a696868b7fd2 Mon Sep 17 00:00:00 2001 From: gabrieldemian Date: Sat, 26 Aug 2023 20:30:59 +0300 Subject: [PATCH] changed bin name on cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1ca71e0..7d6b864 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "vincenzo" version = "0.0.1" edition = "2021" +[[bin]] +name = "vcz" +path = "src/main.rs" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]