mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 22:54:24 +01:00
5 lines
156 B
Rust
5 lines
156 B
Rust
// We'll generate the schema at runtime since we need access to the complete application context
|
|
fn main() {
|
|
println!("cargo:rerun-if-changed=src/");
|
|
}
|