From 527d2c7abc1f83f76342fa21a8d4f417582d53a6 Mon Sep 17 00:00:00 2001 From: FxQnLr Date: Thu, 19 Oct 2023 09:30:14 +0200 Subject: added bin name --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2807827..69d6f98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[[bin]] +name = "webol" +path = "src/main.rs" + [dependencies] clap = { version = "4.4.6", features = ["derive"] } config = "0.13.3" -- cgit v1.2.3