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, 3 insertions, 0 deletions
diff --git a/rust_fsm/Cargo.toml b/rust_fsm/Cargo.toml index 486cf51..43beb40 100644 --- a/rust_fsm/Cargo.toml +++ b/rust_fsm/Cargo.toml @@ -11,5 +11,8 @@ version = "0.1.0" authors = ["Yevhenii Babichenko"] edition = "2018" +[badges] +travis-ci = { repository = "eugene-babichenko/rust-fsm" } + [dev-dependencies] rust-fsm-dsl = { path = "../rust_fsm_dsl" } |