3 lines
72 B
Rust
3 lines
72 B
Rust
|
|
fn main() {
|
||
|
|
println!("cargo:rerun-if-changed=../botui/ui/suite/");
|
||
|
|
}
|