algae-cli 1.0.8

Lightweight age profile for user-friendly encryption (CLI tool and library)
Documentation
1
2
3
4
5
6
7
8
9
10
use std::path::Path;

fn main() {
	if std::env::var("DOCS_RS").is_ok() {
		return;
	}

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