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

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

[dependencies]
tempfile.workspace = true