Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -12,9 +12,6 @@ version = "0.3.0" authors = ["Yevhenii Babichenko"] edition = "2018" -[badges] -travis-ci = { repository = "eugene-babichenko/rust-fsm" } - [dependencies] rust-fsm-dsl = { path = "./rust_fsm_dsl", version = "0.3.0" } |