fn main() { let manifest = std::env::var("CARGO_MANIFEST_DIR").unwrap(); println!("cargo:rustc-env=ROOT_DIR={manifest}"); }