watchexec-cli 2.3.2

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

	bosion::gather();

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