Adding liboxen library as a dependency

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

cargo add liboxen

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

liboxen = "0.23.2"

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

Back to the crate overview.