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, 11 insertions, 0 deletions
diff --git a/tests/test_exercises/Cargo.toml b/tests/test_exercises/Cargo.toml
new file mode 100644
index 0000000..6b81751
--- /dev/null
+++ b/tests/test_exercises/Cargo.toml
@@ -0,0 +1,11 @@
+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