cargo-export 0.3.0

Utility to export compiler artifacts from cargo build process
Documentation
1
2
3
4
5
6
7
8
bin.name = "cargo-export"
args = ["target/export", "-v", "--", "build"]
fs.cwd = "test-project"
stderr = '''[cargo-export] copying '[CWD]/target/debug/hello[EXE]' to 'target/export/hello[EXE]'
'''

[env.add]
CARGO_TERM_QUIET = "true"