20 lines
512 B
TOML
20 lines
512 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"
|
|
log = "0.4.20"
|
|
semver = "1.0.22"
|
|
semver-bump-trait = "0.1.0"
|
|
serde = { version = "1.0.197", features = ["derive"] }
|
|
serde_json = "1.0.114"
|
|
slog = "2.7.0"
|
|
slog-stdlog = "4.1.1"
|
|
slog-term = "2.9.0"
|
|
tokio = { version="1.34.0", features = ["full"] }
|
|
wax = { version = "0.6.0", features = ["miette"] }
|