Ask proc_macro_derive to ignore serde attributes

This commit is contained in:
David Tolnay
2016-11-15 21:29:34 -05:00
parent 133d117bf4
commit a16f07858b
4 changed files with 22 additions and 88 deletions
-3
View File
@@ -14,9 +14,6 @@ include = ["Cargo.toml", "src/**/*.rs"]
name = "serde_derive"
proc-macro = true
[dependencies]
post-expansion = "0.2.0"
[dependencies.serde_codegen]
version = "=0.8.17"
path = "../serde_codegen"