Adding scratchstack_arn library as a dependency
Run this command in a terminal, in your project's directory:
cargo add scratchstack-arn
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
scratchstack-arn = "0.4.9"
The scratchstack_arn library will be automatically available globally.
Read the scratchstack_arn library documentation.
Back to the crate overview.