crabflow is a task orchestrator written in Rust.
Add `crabflow` in your `Cargo.toml`:
```toml
[dependencies]
crabflow = "0"
```
Add `crabflow` in your `requirements.txt`.
You can see several examples [here](examples).
See [full documentation](https://docs.rs/crabflow/latest/crabflow/).
cf. [CONTRIBUTING.md](CONTRIBUTING.md).