summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/crates/semver-check/Cargo.toml
blob: ab13b5730514c76836acb75b3c11563eb79fcc51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "semver-check"
version = "0.0.0"
authors = ["Eric Huss"]
rust-version.workspace = true
edition.workspace = true
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tempfile.workspace = true

[lints]
workspace = true