git-lot/Cargo.toml
2023-01-23 12:52:04 +01:00

10 lines
208 B
TOML

[package]
name = "git-lot"
version = "0.0.0"
edition = "2021"
[dependencies]
anyhow = "1.0.68"
clap = { version = "4.1.1", features = ["derive", "deprecated"] }
git-repository = "0.33.0"
textplots = "0.8.0"