Private
Public Access
1
0

start working on kpcli

This commit is contained in:
2024-11-09 17:35:39 -08:00
parent da36d9da91
commit 6b9f528cbf
4 changed files with 161 additions and 246 deletions

10
kpcli/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "kpcli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
kordophone = { path = "../kordophone" }