Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'rust_fsm_dsl/Cargo.toml')
-rw-r--r--rust_fsm_dsl/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/rust_fsm_dsl/Cargo.toml b/rust_fsm_dsl/Cargo.toml
index e85b73d..6b8a2a5 100644
--- a/rust_fsm_dsl/Cargo.toml
+++ b/rust_fsm_dsl/Cargo.toml
@@ -16,6 +16,4 @@ proc-macro = true
[dependencies]
syn = "*"
-
-[dev-dependencies]
-rust-fsm = { path = "../rust_fsm" }
+quote = "*"