Cargo.toml (274B)
1 [package] 2 name = "ruma-bot-macros" 3 version = "0.1.0" 4 authors = ["Jonas Platte <jplatte+git@posteo.de>"] 5 edition = "2018" 6 7 [lib] 8 proc-macro = true 9 10 [dependencies] 11 proc-macro2 = "1.0.6" 12 quote = "1.0.2" 13 14 [dependencies.syn] 15 version = "1.0.8" 16 features = ["full", "extra-traits"]