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"