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