botserver/build.rs

3 lines
72 B
Rust
Raw Normal View History

fn main() {
println!("cargo:rerun-if-changed=../botui/ui/suite/");
}