mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 08:25:01 +01:00
3 lines
82 B
Rust
3 lines
82 B
Rust
fn main() {
|
|
println!(concat!("cargo:VERSION=", env!("CARGO_PKG_VERSION")));
|
|
}
|