cargo-minimize/prettyplease-forked/build.rs
2023-01-22 13:48:22 +01:00

3 lines
82 B
Rust

fn main() {
println!(concat!("cargo:VERSION=", env!("CARGO_PKG_VERSION")));
}