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