cargo/crates/semver-check/Cargo.toml
Ed Page 9438f80042 chore: Remove rust-version from private packages
I removed it from `cargo-test-support` and `cargo-test-macro`, despite
people depending on those (via git) because my long term plan is resting
on the `auto` value which won't affect git dependencies.
2024-01-18 15:24:25 -06:00

15 lines
281 B
TOML

[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
[lints]
workspace = true