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