summaryrefslogtreecommitdiff
path: root/tests/test_exercises/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_exercises/Cargo.toml')
-rw-r--r--tests/test_exercises/Cargo.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/test_exercises/Cargo.toml b/tests/test_exercises/Cargo.toml
deleted file mode 100644
index 6b81751..0000000
--- a/tests/test_exercises/Cargo.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-bin = [
- { name = "compilation_success", path = "exercises/compilation_success.rs" },
- { name = "compilation_failure", path = "exercises/compilation_failure.rs" },
- { name = "test_success", path = "exercises/test_success.rs" },
- { name = "test_failure", path = "exercises/test_failure.rs" },
-]
-
-[package]
-name = "test_exercises"
-edition = "2021"
-publish = false