bestool 0.30.3

BES Deployment tooling
Documentation
1
2
3
4
5
6
7
8
fn main() {
	if std::env::var("DOCS_RS").is_ok() {
		return;
	}

	windows_exe_info::versioninfo::link_cargo_env();
	windows_exe_info::manifest("windows-manifest.xml");
}