repotool/Cargo.toml

9 lines
148 B
TOML
Raw Normal View History

2024-10-16 14:09:55 -07:00
[package]
name = "repotool"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-10-16 14:26:43 -07:00
clap = { version = "4.5.20", features = ["derive"] }
2024-10-16 14:10:26 -07:00
git2 = "0.19.0"