diff options
Diffstat (limited to 'tests/testsuite/cargo_remove/package/out/Cargo.toml')
-rw-r--r-- | tests/testsuite/cargo_remove/package/out/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/testsuite/cargo_remove/package/out/Cargo.toml b/tests/testsuite/cargo_remove/package/out/Cargo.toml new file mode 100644 index 0000000..7338571 --- /dev/null +++ b/tests/testsuite/cargo_remove/package/out/Cargo.toml @@ -0,0 +1,5 @@ +[workspace] +members = [ + "dep-a", + "dep-b" +] |