Adding fack library as a dependency

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

cargo add fack

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

fack = "0.1.2"

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

Back to the crate overview.