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.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rust_fsm_dsl/Cargo.toml b/rust_fsm_dsl/Cargo.toml index 6b8a2a5..432536e 100644 --- a/rust_fsm_dsl/Cargo.toml +++ b/rust_fsm_dsl/Cargo.toml @@ -11,6 +11,9 @@ version = "0.1.0" authors = ["Yevhenii Babichenko"] edition = "2018" +[badges] +travis-ci = { repository = "eugene-babichenko/rust-fsm" } + [lib] proc-macro = true |