Adding deno_permissions_extended library as a dependency

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

cargo add deno_permissions_extended

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

deno_permissions_extended = "0.41.0"

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

Back to the crate overview.