Adding native_code_sign library as a dependency
Run this command in a terminal, in your project's directory:
cargo add native-code-sign
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
native-code-sign = "0.2.0"
The native_code_sign library will be automatically available globally.
Read the native_code_sign library documentation.
Back to the crate overview.