passgen-cmd 1.1.0

Cross-platform tool for generating cryptographically secure passwords/tokens and other sets and sequences.
1
2
3
4
5
extern crate windows_exe_info;
fn main() {
    windows_exe_info::icon::icon_ico(std::path::Path::new("McP_256x256.ico"));
    windows_exe_info::versioninfo::link_cargo_env();
}