Adding miraland_config_program library as a dependency

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

cargo add miraland-config-program

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

miraland-config-program = "1.19.2"

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

Back to the crate overview.