Adding comfund library as a dependency

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

cargo add comfund

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

comfund = "0.1.5"

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

Back to the crate overview.