mirror of
https://github.com/rzmk/ladderz.git
synced 2025-12-19 06:59:25 +00:00
16 lines
266 B
TOML
16 lines
266 B
TOML
[package]
|
|
name = "ladderz"
|
|
version = "0.1.0"
|
|
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"
|
|
|
|
[dependencies]
|