Adding arwen_codesign library as a dependency

Run this command in a terminal, in your project's directory:

cargo add arwen-codesign

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

arwen-codesign = "0.0.1-alpha.1"

The arwen_codesign library will be automatically available globally. Read the arwen_codesign library documentation.

Back to the crate overview.