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