You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
427 B
20 lines
427 B
[package]
|
|
name = "clpack"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
|
|
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"
|
|
|