mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-15 01:15:02 +01:00
things
This commit is contained in:
parent
43d792e148
commit
89b3e2df37
13 changed files with 211 additions and 40 deletions
4
build.rs
Normal file
4
build.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
fn main() {
|
||||
let manifest = std::env::var("CARGO_MANIFEST_DIR").unwrap();
|
||||
println!("cargo:rustc-env=ROOT_DIR={manifest}");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue