Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml15
1 files changed, 2 insertions, 13 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9adbfa7..bb235d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +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"
-readme = "README.md"
-categories = ["data-structures", "rust-patterns"]
-keywords = ["fsm"]
-version = "0.1.0"
-authors = ["Yevhenii Babichenko"]
-edition = "2018"
-
-[dependencies]
+[workspace]
+members = ["rust_fsm"]