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