summaryrefslogtreecommitdiffstats
path: root/tests/testsuite/cargo_add/target/out/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsuite/cargo_add/target/out/Cargo.toml')
-rw-r--r--tests/testsuite/cargo_add/target/out/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/testsuite/cargo_add/target/out/Cargo.toml b/tests/testsuite/cargo_add/target/out/Cargo.toml
new file mode 100644
index 0000000..9c96ede
--- /dev/null
+++ b/tests/testsuite/cargo_add/target/out/Cargo.toml
@@ -0,0 +1,9 @@
+[workspace]
+
+[package]
+name = "cargo-list-test-fixture"
+version = "0.0.0"
+
+[target.i686-unknown-linux-gnu.dependencies]
+my-package1 = "99999.0.0"
+my-package2 = "99999.0.0"