This commit is contained in:
nora 2024-01-18 20:47:46 +01:00
parent 43d792e148
commit 89b3e2df37
13 changed files with 211 additions and 40 deletions

4
build.rs Normal file
View file

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