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