[package]
name = "rustyphoenixcommitrelease"
version = "1.3.0"
edition = "2021"
keywords = ["phoenix", "changelog", "release"]
license = "CECILL-C"
description = "Commits, tags and pushes a Phoenix release"
repository = "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/ci-toolkit/RustyPhoenixCommitRelease"
homepage = "https://cta-lapp.pages.in2p3.fr/PHOENIX_LIBS2/ci-toolkit/RustyPhoenixCommitRelease/index.html"
[[bin]]
name = "phoenix_commit_release"
path = "src/main.rs"
[dev-dependencies]
tempfile = "3.3.0"
[dependencies]
anyhow = "1.0.100"
clap = { version = "4.5.32", features = ["derive"] }