diff options
| author | Jokler <jokler.contact@gmail.com> | 2017-10-10 17:48:30 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2017-10-11 15:41:32 +0200 |
| commit | 0195219d5c0b0ff1486b3e6bdcd62a807d3d2932 (patch) | |
| tree | 0e518f025de563a9df792ad8237275d3ad71af5d /plugin_derive/Cargo.toml | |
| parent | ec33c870852f8a52f3cc0cf5a84b99c775dee1e3 (diff) | |
| download | frippy-0195219d5c0b0ff1486b3e6bdcd62a807d3d2932.tar.gz frippy-0195219d5c0b0ff1486b3e6bdcd62a807d3d2932.zip | |
Create plugin_derive to replace the register_plugin macro
Diffstat (limited to 'plugin_derive/Cargo.toml')
| -rw-r--r-- | plugin_derive/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugin_derive/Cargo.toml b/plugin_derive/Cargo.toml new file mode 100644 index 0000000..0b62f9f --- /dev/null +++ b/plugin_derive/Cargo.toml @@ -0,0 +1,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" |
