Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'rust_fsm/Cargo.toml')
| -rw-r--r-- | rust_fsm/Cargo.toml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/rust_fsm/Cargo.toml b/rust_fsm/Cargo.toml deleted file mode 100644 index d581bbf..0000000 --- a/rust_fsm/Cargo.toml +++ /dev/null @@ -1,18 +0,0 @@ -[package] -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" -license = "MIT" -categories = ["data-structures", "rust-patterns"] -keywords = ["fsm"] -version = "0.2.0" -authors = ["Yevhenii Babichenko"] -edition = "2018" - -[badges] -travis-ci = { repository = "eugene-babichenko/rust-fsm" } - -[dev-dependencies] -rust-fsm-dsl = { path = "../rust_fsm_dsl", version = "0.2.0" } |