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