aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_derive/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2017-11-30 15:28:05 +0100
committerJokler <jokler.contact@gmail.com>2017-11-30 21:03:13 +0100
commit413f5d96e9fe4e990e5cd485abe828e0fb5c7ed4 (patch)
tree1f5179ba03a6ac591ecb570d86de9f7820743a64 /plugin_derive/Cargo.toml
parent5501fdf4042db1abf82d8e791b47d1802e710f9a (diff)
downloadfrippy-413f5d96e9fe4e990e5cd485abe828e0fb5c7ed4.tar.gz
frippy-413f5d96e9fe4e990e5cd485abe828e0fb5c7ed4.zip
Rename plugin_derive to frippy_derive
Diffstat (limited to 'plugin_derive/Cargo.toml')
-rw-r--r--plugin_derive/Cargo.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugin_derive/Cargo.toml b/plugin_derive/Cargo.toml
deleted file mode 100644
index 0b62f9f..0000000
--- a/plugin_derive/Cargo.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-[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"