mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
6 lines
97 B
Rust
6 lines
97 B
Rust
|
|
use vergen::EmitBuilder;
|
||
|
|
|
||
|
|
fn main() {
|
||
|
|
EmitBuilder::builder().git_sha(true).emit().unwrap()
|
||
|
|
}
|