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