cargo/crates/resolver-tests/Cargo.toml
Ed Page 7a65c826a0 fix: Set MSRV for internal packages
For now, I'm punting on packages we generally expect others to use
2023-08-22 16:46:47 -05:00

14 lines
270 B
TOML

[package]
name = "resolver-tests"
version = "0.0.0"
rust-version.workspace = true
edition.workspace = true
publish = false
[dependencies]
cargo.workspace = true
cargo-util.workspace = true
lazy_static.workspace = true
proptest.workspace = true
varisat.workspace = true