formula-example 0.0.1

Simple example binary for Homebrew formula testing
1
2
3
fn main() {
    println!(env!("CARGO_PKG_VERSION"));
}