marcusbuffett / pipe-rename

Rename your files using your favorite text editor
https://crates.io/crates/pipe-rename
MIT License
397 stars 12 forks source link

Use clap::crate_version macro to generate version #6

Closed robinkrahl closed 4 years ago

robinkrahl commented 4 years ago

Using clap’s crate_version! macro, we can automatically generate the version string based on the crate version defined in Cargo.toml.