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