1 2 3 4 5 6 7 8 9
bin.name = "cargo-export" args = ["target/export", "-v", "--", "test"] fs.cwd = "test-project" stderr = '''[cargo-export] copying '[CWD]/target/debug/deps/hello-[..][EXE]' to 'target/export/hello[EXE]' ''' [env.add] CARGO_TERM_QUIET = "true"