It will make serverman-webuiservermand commands available in your PATH if you've allowed the PATH to be modified when installing Rust. cargo uninstall serverman uninstalls.
Adding serverman library as a dependency
Run this command in a terminal, in your project's directory:
cargo add serverman
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
serverman = "0.5.2"
The serverman library will be automatically available globally.