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