summaryrefslogtreecommitdiffstats
path: root/crates/resolver-tests/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/resolver-tests/Cargo.toml')
-rw-r--r--crates/resolver-tests/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/crates/resolver-tests/Cargo.toml b/crates/resolver-tests/Cargo.toml
new file mode 100644
index 0000000..cc50ad3
--- /dev/null
+++ b/crates/resolver-tests/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "resolver-tests"
+version = "0.1.0"
+edition = "2018"
+
+[dependencies]
+cargo = { path = "../.." }
+cargo-util = { path = "../cargo-util" }
+is-terminal = "0.4.0"
+lazy_static = "1.3.0"
+proptest = "0.9.1"
+varisat = "0.2.1"