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