cuprate-hinto-janai/binaries/changelog/Cargo.toml
hinto.janai 60af397a31
init
2025-01-19 11:22:38 -05:00

18 lines
621 B
TOML

[package]
name = "cuprate-changelog"
version = "0.0.1"
edition = "2021"
description = "Generate Cuprate release changelog templates"
license = "AGPL-3.0-only"
authors = ["hinto-janai"]
repository = "https://github.com/Cuprate/cuprate/tree/main/binaries/cuprate-changelog"
[dependencies]
clap = { workspace = true, features = ["cargo", "help", "wrap_help", "usage", "error-context", "suggestions"] }
chrono = { workspace = true }
serde_json = { workspace = true }
serde = { workspace = true }
ureq = { version = "2", features = ["json", "charset"] }
[lints]
workspace = true