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.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/fixture/success/Cargo.toml b/tests/fixture/success/Cargo.toml
new file mode 100644
index 0000000..028cf35
--- /dev/null
+++ b/tests/fixture/success/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "success"
+edition = "2021"
+publish = false
+
+[[bin]]
+name = "compSuccess"
+path = "exercises/compSuccess.rs"
+
+[[bin]]
+name = "testSuccess"
+path = "exercises/testSuccess.rs"