Leavitt/Cargo.toml

15 lines
309 B
TOML
Raw Normal View History

2022-10-28 21:13:11 +01:00
[package]
2022-10-28 21:23:41 +01:00
name = "leavitt"
2022-10-28 21:13:11 +01:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-10-28 21:23:41 +01:00
ansi_term = "0.12.1"
2022-11-10 11:37:00 +00:00
clap = { version = "4.0.18", features = ["derive"] }
2022-10-28 21:23:41 +01:00
git2 = "0.15"
rayon = "1.5"
spinners = "4.1.0"
2022-11-10 11:37:00 +00:00
log = "0.4"