Files
2023-04-22 15:58:38 -07:00

3 lines
65 B
Rust

fn main() {
println!("cargo:rustc-env=SECRET_ENV=Shhhhhh");
}