aboutsummaryrefslogtreecommitdiffstats
path: root/xtask/Cargo.toml
blob: caba05a6978ecae4ac8767f5b6919713b6ff4a0e (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
27
28
29
30
[package]
name = "xtask"
version = { workspace = true }
edition = { workspace = true }
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
publish = false

[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
tar = "0.4.38"
flate2 = "1.0.26"
semver = "1.0.17"
toml_edit = { version = "0.19.10", features = ["serde"] }
build-info = { version = "0.0.31" }
once_cell = "1.18.0"

[dependencies.chrono]
version = "0.4.26"
default-features = false
features = ["std", "clock"]

[dev-dependencies]
similar-asserts = "1.4.2"

[build-dependencies]
build-info-build = "0.0.31"