12 lines
238 B
TOML
12 lines
238 B
TOML
[package]
|
|
name = "git-lot"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.71"
|
|
clap = { version = "4.3.11", features = ["derive", "deprecated"] }
|
|
gix = "0.48.0"
|
|
terminal_size = "0.2.6"
|
|
textplots = "0.8.0"
|
|
time = "0.3.23"
|