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