[package] name = "keepachangelog" version = "0.1.0" edition = "2021" authors = ["Pedro Luz "] repository = "https://github.com/Narven/keepachangelog" license-file = "LICENSE.txt" description = "CLI / Crate API to manipulate CHANGELOG's by following keepachangelog.com guidelines, built with Rust." homepage = "https://github.com/Narven/keepachangelog" readme = "README.md" exclude = [ ".github/*", ] [dependencies] clap = { version = "4.5.3", features = ["derive", "cargo", "env"] }