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