From b30af8f8c9b0d024f77f1b989574d104ae5d93d5 Mon Sep 17 00:00:00 2001 From: Michal Stopyra Date: Fri, 28 Oct 2022 00:37:43 +0000 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d0451d2..096a500 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,9 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[[bin]] +name = "crystal-jade" +path = "src/main.rs" [dependencies] clap = {version = "3.1.10", features = ["derive"] }