watchexec-cli 2.1.2

Executes commands in response to file modifications
Documentation
1
2
3
4
5
6
7
8
fn main() {
	embed_resource::compile("watchexec-manifest.rc", embed_resource::NONE);
	bosion::gather();

	if std::env::var("CARGO_FEATURE_EYRA").is_ok() {
		println!("cargo:rustc-link-arg=-nostartfiles");
	}
}