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