Adding mango_boot library as a dependency

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

cargo add mango-boot

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

mango-boot = "0.2.1"

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

Back to the crate overview.