aboutsummaryrefslogtreecommitdiff
path: root/cc/cc-test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cc/cc-test/Cargo.toml')
-rw-r--r--cc/cc-test/Cargo.toml16
1 files changed, 0 insertions, 16 deletions
diff --git a/cc/cc-test/Cargo.toml b/cc/cc-test/Cargo.toml
deleted file mode 100644
index c25854c..0000000
--- a/cc/cc-test/Cargo.toml
+++ /dev/null
@@ -1,16 +0,0 @@
-[package]
-name = "cc-test"
-version = "0.1.0"
-authors = ["Alex Crichton <alex@alexcrichton.com>"]
-edition = "2018"
-
-[lib]
-name = "cc_test"
-doctest = false
-test = false
-
-[build-dependencies]
-cc = { path = ".." }
-
-[features]
-parallel = ["cc/parallel"]