summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/crates/semver-check/Cargo.toml
blob: 7387c3091ceb2c472048df84a38effe078879c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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