summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/crates/semver-check/Cargo.toml
blob: 17e6965660997df9de12a202376ac39508647550 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "semver-check"
version = "0.0.0"
authors = ["Eric Huss"]
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