summaryrefslogtreecommitdiffstats
path: root/plugin_derive/Cargo.toml
blob: 0b62f9f4ca455e31426627f24ebee1ca706bb5ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "plugin_derive"
version = "0.1.0"
authors = ["Jokler <jokler.contact@gmail.com>"]

[lib]
proc-macro = true

[dependencies]
syn = "0.11.11"
quote = "0.3.15"