summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 0f6fd91875fcf8b772ff11cc793b1482e7f8464b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "version-bumper"
version = "0.1.0"
edition = "2024"

[profile.dev]
panic="abort"

[profile.release]
panic="abort"

[dependencies]
base64 = "0.22.1"
chrono = "0.4.43"
json-event-parser = "0.2.2"
prometheus = "0.14.0"
rand = "0.9.2"
regex = "1.12.2"
rusqlite = { version = "0.38.0", features = ["chrono"] }
tinyjson = "2.5.1"
tiny_http = "0.12"
ureq = "3.1.4"
yaml-rust2 = "0.10.4"

[dev-dependencies]
tempfile = "3"