controller/emgauwa-core/build.rs

4 lines
85 B
Rust

fn main() {
println!("cargo:rustc-env=DATABASE_URL=sqlite://emgauwa-core.sqlite")
}