test_bin 0.5.0

A crate for getting the crate binary in an integration test.
Documentation
1
2
3
4
fn main() {
    // Print something so we know the correct executable ran.
    println!("Output from my CLI app!");
}