aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-07-11 23:44:54 -0500
committerJorge Aparicio <jorge@japaric.io>2017-07-11 23:44:54 -0500
commit59afbf02aa06d976dfd22df4cb87fadf6027a0fb (patch)
treec497c5a90fc576baaafa5692cbae4b6760823af8 /macros/Cargo.toml
parent8485a24d3640d5be02e70f9cdc4ec6a47d98dcfd (diff)
compiler plugin -> proc macro
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index babc2e2..3aece07 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -8,4 +8,4 @@ quote = "0.3.15"
syn = "0.11.11"
[lib]
-plugin = true
+proc-macro = true