Finite state machines in rust; bendns fork to add types.
rust_fsm: fix links in the manifest
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ name = "rust-fsm" description = "A framework for building finite state machines in Rust" repository = "https://github.com/eugene-babichenko/rust-fsm" homepage = "https://github.com/eugene-babichenko/rust-fsm" -readme = "../README.md" +readme = "README.md" license = "MIT" categories = ["data-structures", "rust-patterns"] keywords = ["fsm"] |