Thanks to visit codestin.com Credit goes to lib.rs
openstack_cli_auth
Run this command in a terminal, in your project's directory:
cargo add openstack-cli-auth
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
openstack-cli-auth = "0.13.7"
The openstack_cli_auth library will be automatically available globally. Read the openstack_cli_auth library documentation.
Back to the crate overview.