summaryrefslogtreecommitdiff
path: root/tests/fixture/success/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixture/success/Cargo.toml')
-rw-r--r--tests/fixture/success/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/fixture/success/Cargo.toml b/tests/fixture/success/Cargo.toml
new file mode 100644
index 0000000..c005928
--- /dev/null
+++ b/tests/fixture/success/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "tests"
+version = "0.0.0"
+edition = "2021"
+publish = false
+
+[[bin]]
+name = "compSuccess"
+path = "exercises/compSuccess.rs"
+
+[[bin]]
+name = "testSuccess"
+path = "exercises/testSuccess.rs"