[package] name = "clpack" version = "0.1.0" edition = "2024" authors = ["Ondřej Hruška "] description = "Manage changelog across multiple release channels" [dependencies] clap = "4.5" thiserror = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" toml = "0.9" smart-default = "0.7" regex = "1" # input # sadly this looks mostly abandoned. Alternative is "dialoguer" inquire = "0.7.5"