From 0195219d5c0b0ff1486b3e6bdcd62a807d3d2932 Mon Sep 17 00:00:00 2001 From: Jokler Date: Tue, 10 Oct 2017 17:48:30 +0200 Subject: Create plugin_derive to replace the register_plugin macro --- plugin_derive/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugin_derive/Cargo.toml (limited to 'plugin_derive/Cargo.toml') 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 "] + +[lib] +proc-macro = true + +[dependencies] +syn = "0.11.11" +quote = "0.3.15" -- cgit v1.2.3-70-g09d2