embed-manifest 1.4.0

Build script library to easily embed a Windows manifest.
Documentation
1
2
3
4
5
6
7
8
image: "rust:1.56"

test-job:
  script:
    - rustc --version && cargo --version
    - rustup component add clippy
    - cargo clippy
    - cargo test