[package] name = "tamata-macros" version = "0.1.0" authors = ["Joe Ranweiler "] edition = "2018" license = "ISC" repository = "https://github.com/ranweiler/tamata" description = "A library for event-driven finite state machines" [lib] proc-macro = true [dependencies] quote = "1.0" syn = { version = "1.0", features = ["extra-traits", "full"] } tamata-core = { version = "0.1.0", path = "../tamata-core" }