bin.name = "cargo-add" args = ["add", "./tests/fixtures/local"] status.code = 1 stdout = "" stderr = """ Error: Unable to open local Cargo.toml Caused by: 0: Failed to read manifest contents 1: [..] """ fs.sandbox = true [env.add] CARGO_IS_TEST="1"