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