diff options
Diffstat (limited to 'tests/testsuite/cargo_add/add-basic.in/Cargo.toml')
-rw-r--r-- | tests/testsuite/cargo_add/add-basic.in/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/testsuite/cargo_add/add-basic.in/Cargo.toml b/tests/testsuite/cargo_add/add-basic.in/Cargo.toml new file mode 100644 index 0000000..3ecdb66 --- /dev/null +++ b/tests/testsuite/cargo_add/add-basic.in/Cargo.toml @@ -0,0 +1,5 @@ +[workspace] + +[package] +name = "cargo-list-test-fixture" +version = "0.0.0" |