cargo-update 16.2.0

A cargo subcommand for checking and applying updates to installed executables
Documentation
1
2
3
4
5
6
extern crate embed_resource;


fn main() {
    embed_resource::compile("cargo-install-update-manifest.rc", embed_resource::NONE);
}