summaryrefslogtreecommitdiff
path: root/test-project/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test-project/Cargo.toml')
-rw-r--r--test-project/Cargo.toml11
1 files changed, 10 insertions, 1 deletions
diff --git a/test-project/Cargo.toml b/test-project/Cargo.toml
index f741b14..7e9bea9 100644
--- a/test-project/Cargo.toml
+++ b/test-project/Cargo.toml
@@ -1 +1,10 @@
-# Dummy file needed for test
+# Dummy file needed for test.
+#
+# Needs to have at least a few fields set up, because
+#
+# cargo locate-project --workspace
+#
+# will attempt to parse it and fail, if the file is empty.
+[package]
+name = "test-project"
+version = "0.1.0"