cargo/crates/semver-check/Cargo.toml

15 lines
281 B
TOML
Raw Normal View History

[package]
name = "semver-check"
2023-04-26 22:51:16 +00:00
version = "0.0.0"
authors = ["Eric Huss"]
edition.workspace = true
2023-04-26 22:51:16 +00:00
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-04-28 14:56:09 +00:00
tempfile.workspace = true
[lints]
workspace = true