Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml27
1 files changed, 1 insertions, 26 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 04eba26..84a26dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,27 +1,2 @@
-[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"
-documentation = "https://docs.rs/rust-fsm/"
-readme = "README.md"
-license = "MIT"
-categories = ["data-structures", "rust-patterns"]
-keywords = ["fsm"]
-version = "0.6.0"
-authors = ["Yevhenii Babichenko"]
-edition = "2018"
-
-[features]
-default = ["std", "dsl"]
-std = []
-dsl = ["rust-fsm-dsl"]
-
-[dependencies]
-rust-fsm-dsl = { path = "./rust_fsm_dsl", version = "0.6.0", optional = true }
-
-[profile.dev]
-panic = "abort"
-
[workspace]
-members = [".", "rust_fsm_dsl"]
+members = ["rust-fsm", "rust-fsm-dsl"]