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