mfgames-conventional-commit-rs/Cargo.toml

19 lines
398 B
TOML

[package]
name = "mfgames-conventional-commit"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.10", features = ["derive"] }
conventional-commit = "0.1.0"
git2 = "0.18.2"
glob = "0.3.1"
log = "0.4.20"
semver = "1.0.22"
semver-bump-trait = "0.1.0"
slog = "2.7.0"
slog-stdlog = "4.1.1"
slog-term = "2.9.0"
tokio = { version="1.34.0", features = ["full"] }