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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust-fsm-dsl/Cargo.toml b/rust-fsm-dsl/Cargo.toml index 63468c2..1155858 100644 --- a/rust-fsm-dsl/Cargo.toml +++ b/rust-fsm-dsl/Cargo.toml @@ -16,5 +16,6 @@ edition = "2018" proc-macro = true [dependencies] +proc-macro2 = "1" syn = "1" quote = "1" |