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