mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
13 lines
241 B
TOML
13 lines
241 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
|
|
proptest.workspace = true
|
|
varisat.workspace = true
|