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
@@ -23,4 +23,4 @@ rust-fsm-dsl = { path = "./rust_fsm_dsl", version = "0.4.0" } panic = "abort" [workspace] -members = [".", "rust_fsm_dsl", "ensure_no_std"] +members = [".", "rust_fsm_dsl"] |