Skip to content

Commit

Permalink
Add /etc path hint for cargo install
Browse files Browse the repository at this point in the history
  • Loading branch information
density215 committed Jan 9, 2024
1 parent eb6ae63 commit 2263b30
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
use std::env;

fn main() {
println!(
"cargo:warning=Directories '/etc' and '/examples' can be found in '{:?}'",
env::var_os("CARGO_MANIFEST_DIR").unwrap()
);
}

0 comments on commit 2263b30

Please sign in to comment.