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