mirror of
https://github.com/katanemo/plano.git
synced 2026-05-06 06:12:59 +02:00
5 lines
112 B
Rust
5 lines
112 B
Rust
|
|
fn main() {
|
||
|
|
// For now, just rerun if templates change
|
||
|
|
println!("cargo:rerun-if-changed=templates/");
|
||
|
|
}
|