summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 05c8983da46087f01e757ef5914ef6c2a18f77bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "version-bumper"
version = "0.1.0"
edition = "2024"

[dependencies]
base64 = "0.22.1"
json-event-parser = "0.2.2"
rand = "0.9.2"
regex = "1.12.2"
tinyjson = "2.5.1"
ureq = "3.1.4"
yaml-rust2 = "0.10.4"