mirror of
https://github.com/rzmk/ladderz.git
synced 2025-12-19 06:59:25 +00:00
feat: add lz CLI and use cargo workspace
This commit is contained in:
parent
3feb126908
commit
47ee3c8e23
14 changed files with 525 additions and 55 deletions
10
lz/Cargo.toml
Normal file
10
lz/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue