mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
9287eaeb5d
Co-authored-by: Lily Delalande <ldelalande@squareup.com>
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/");
|
|
}
|