bin.name = "cargo-add" args = ["add", "."] status.code = 1 stdout = "" stderr = """ Adding cargo-list-test-fixture (local) to dependencies. Could not edit `Cargo.toml`. ERROR: Cannot add `cargo-list-test-fixture` as a dependency to itself Error: Cannot add `cargo-list-test-fixture` as a dependency to itself """ fs.sandbox = true [env.add] CARGO_IS_TEST="1"