Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -15,5 +15,8 @@ edition = "2018" [dependencies] rust-fsm-dsl = { path = "./rust_fsm_dsl", version = "0.3.0" } +[profile.dev] +panic = "abort" + [workspace] -members = [".", "rust_fsm_dsl"] +members = [".", "rust_fsm_dsl", "ensure_no_std"] |