Thanks to visit codestin.com
Credit goes to lib.rs

Adding openstack_cli_auth library as a dependency

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:

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.