Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ [workspace] resolver = "2" -members = ["rust-fsm", "rust-fsm-dsl"] +members = ["rust-fsm", "rust-fsm-dsl", "doc-example"] |