From 4ef3cf0da2478ce9e510114936f3d42d69f2c503 Mon Sep 17 00:00:00 2001 From: rzmk Date: Tue, 19 Sep 2023 00:05:36 -0400 Subject: [PATCH] fix: remove bin from Cargo.toml as no bin exists (yet) --- ladderz/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ladderz/Cargo.toml b/ladderz/Cargo.toml index 27ed69e..424e8a1 100644 --- a/ladderz/Cargo.toml +++ b/ladderz/Cargo.toml @@ -5,10 +5,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[[bin]] -name = "ladderz" -src = "src/main.rs" - [lib] name = "ladderz" path = "src/lib.rs"