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