Private
Public Access
1
0
Files
Kordophone/kpcli/Cargo.toml

11 lines
267 B
TOML
Raw Normal View History

2024-11-09 17:35:39 -08:00
[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" }