summaryrefslogtreecommitdiffstats
path: root/plugin_derive/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_derive/Cargo.toml')
-rw-r--r--plugin_derive/Cargo.toml11
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"