Files
tkmind_go/crates/goose-server/build.rs
T
2025-02-12 21:19:13 -05:00

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/");
}