fix: remove bin from Cargo.toml as no bin exists (yet)

This commit is contained in:
rzmk 2023-09-19 00:05:36 -04:00
parent ea2bb68709
commit 4ef3cf0da2
No known key found for this signature in database

View file

@ -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"