Workflow definition and execution framework
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-workflows = "0.1"
```
```rust
use ricecoder_workflows::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-workflows).
MIT