feat: add help and version command line arguments
This commit is contained in:
parent
e00d8df43a
commit
5b383f669b
4 changed files with 87 additions and 0 deletions
5
build.rs
Normal file
5
build.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
use vergen::EmitBuilder;
|
||||
|
||||
fn main() {
|
||||
EmitBuilder::builder().git_sha(true).emit().unwrap();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue