Adding scratchstack_aws_principal library as a dependency

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

cargo add scratchstack-aws-principal

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

scratchstack-aws-principal = "0.4.9"

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

Back to the crate overview.