Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 37a6d75..87c4dcc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]