Adding penumbra_sdk_auto_https library as a dependency

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

cargo add penumbra-sdk-auto-https

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

penumbra-sdk-auto-https = "2.1.0"

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

Back to the crate overview.