git-toolkit/Cargo.toml

14 lines
353 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-01-31 17:55:28 +01:00
clap = { version = "4.4.18", features = ["derive"] }
2023-01-24 09:39:27 +01:00
color-eyre = "0.6.2"
2024-01-31 17:55:28 +01:00
eyre = "0.6.12"
tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = "0.3.18"