Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'ensure_no_std/Cargo.toml')
-rw-r--r--ensure_no_std/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ensure_no_std/Cargo.toml b/ensure_no_std/Cargo.toml
new file mode 100644
index 0000000..6db14fb
--- /dev/null
+++ b/ensure_no_std/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "ensure_no_std"
+version = "0.1.0"
+authors = ["Yevhenii Babichenko <[email protected]>"]
+edition = "2018"
+
+[dependencies]
+rust-fsm = { path = ".." }