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