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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-fsm-dsl/Cargo.toml b/rust-fsm-dsl/Cargo.toml index 33c7010..1513dfb 100644 --- a/rust-fsm-dsl/Cargo.toml +++ b/rust-fsm-dsl/Cargo.toml @@ -20,5 +20,5 @@ diagram = [] [dependencies] proc-macro2 = "1" -syn = "2" +syn = { version = "2", features = ["extra-traits", "full"] } quote = "1" |