mirror of
https://github.com/rzmk/ladderz.git
synced 2025-12-19 06:59:25 +00:00
10 lines
263 B
TOML
10 lines
263 B
TOML
[package]
|
|
name = "lz"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ladderz = { git = "https://github.com/rzmk/ladderz", branch = "main" }
|
|
# For local development, use:
|
|
# ladderz = { path = "../ladderz" }
|
|
clap = { version = "4.4.12", features = ["derive"] }
|