Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9831a38..44ec2ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,10 @@ version = "0.4.0"
authors = ["Yevhenii Babichenko"]
edition = "2018"
+[features]
+default = ["std"]
+std = []
+
[dependencies]
rust-fsm-dsl = { path = "./rust_fsm_dsl", version = "0.4.0" }