mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

These tests take a good amount of time to run locally and they're also causing a lot of dependencies to get pulled into rust-lang/rust, so let's have a separate crate that we just test on our own CI
13 lines
239 B
TOML
13 lines
239 B
TOML
[package]
|
|
name = "resolver-tests"
|
|
version = "0.1.0"
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
cargo = { path = "../.." }
|
|
proptest = "0.9.1"
|
|
lazy_static = "1.3.0"
|
|
varisat = "0.2.1"
|
|
atty = "0.2.11"
|