breadpi-client/Cargo.toml
breadone b7eb893672
Added git cmd docs
add delete and other cmd
2024-03-10 18:04:34 +13:00

12 lines
315 B
TOML

[package]
name = "bp"
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.2", features = ["derive"] }
openssh = "0.10.3"
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] }