fn main() {
    println!("cargo:rustc-env=CARGO_SGX_VERSION={}", std::env::var("CARGO_PKG_VERSION").unwrap());
}