bin.name = "cargo-add" args = ["add", "git-package", "--git", "http://localhost/git-package.git"] status.code = 1 stdout = "" stderr = """ Error: `--git` is unstable and requires `-Z git` """ fs.sandbox = true [env.add] CARGO_IS_TEST="1"