eugene 0.8.3

Careful with That Lock, Eugene
Documentation
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-env=CARGO_PKG_VERSION={}",
        env!("CARGO_PKG_VERSION")
    );
}