Adding sudo_pair library as a dependency

Run this command in a terminal, in your project's directory:

cargo add sudo_pair

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

sudo_pair = "1.0.0"

The sudo_pair library will be automatically available globally. Read the sudo_pair library documentation.

Back to the crate overview.