git-toolkit/Cargo.toml

14 lines
352 B
TOML
Raw Normal View History

2023-01-24 09:39:27 +01:00
[package]
name = "git-toolkit"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-09-05 02:31:51 +02:00
clap = { version = "4.5.4", features = ["derive"] }
color-eyre = "0.6.3"
eyre = "0.6.12"
tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = "0.3.18"