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