Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'rust_fsm/Cargo.toml')
| -rw-r--r-- | rust_fsm/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rust_fsm/Cargo.toml b/rust_fsm/Cargo.toml index 09d6a83..486cf51 100644 --- a/rust_fsm/Cargo.toml +++ b/rust_fsm/Cargo.toml @@ -11,4 +11,5 @@ version = "0.1.0" authors = ["Yevhenii Babichenko"] edition = "2018" -[dependencies] +[dev-dependencies] +rust-fsm-dsl = { path = "../rust_fsm_dsl" } |