mirror of
https://github.com/rzmk/ladderz.git
synced 2025-12-19 06:59:25 +00:00
fix: remove bin from Cargo.toml as no bin exists (yet)
This commit is contained in:
parent
ea2bb68709
commit
4ef3cf0da2
1 changed files with 0 additions and 4 deletions
|
|
@ -5,10 +5,6 @@ edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[[bin]]
|
|
||||||
name = "ladderz"
|
|
||||||
src = "src/main.rs"
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "ladderz"
|
name = "ladderz"
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue