Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a7c5ac4..37a6d75 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }