Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'doc-example/Cargo.toml')
-rw-r--r--doc-example/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc-example/Cargo.toml b/doc-example/Cargo.toml
new file mode 100644
index 0000000..85693d0
--- /dev/null
+++ b/doc-example/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "doc-example"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+rust-fsm = { path = "../rust-fsm", version = "0.6.2", features = ["diagram"] }