Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'rust-fsm-dsl/Cargo.toml')
-rw-r--r--rust-fsm-dsl/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust-fsm-dsl/Cargo.toml b/rust-fsm-dsl/Cargo.toml
index 82f3b9f..8129905 100644
--- a/rust-fsm-dsl/Cargo.toml
+++ b/rust-fsm-dsl/Cargo.toml
@@ -15,6 +15,9 @@ edition = "2018"
[lib]
proc-macro = true
+[features]
+diagram = []
+
[dependencies]
proc-macro2 = "1"
syn = "2"