Adding fleetflow_atom library as a dependency

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

cargo add fleetflow-atom

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

fleetflow-atom = "0.1.1"

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

Back to the crate overview.