mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 17:05:02 +01:00
4 lines
No EOL
131 B
Rust
4 lines
No EOL
131 B
Rust
fn main() {
|
|
let manifest = std::env::var("CARGO_MANIFEST_DIR").unwrap();
|
|
println!("cargo:rustc-env=ROOT_DIR={manifest}");
|
|
} |