cargo-watch/build.rs

4 lines
67 B
Rust
Raw Normal View History

2022-01-22 12:17:11 +00:00
fn main() {
embed_resource::compile("cargo-watch-manifest.rc");
}