Use post-expansion crate to let other custom derives see serde attrs

This commit is contained in:
David Tolnay
2016-10-16 23:17:17 -07:00
parent 532b950971
commit a9b6cbb8b3
4 changed files with 13 additions and 51 deletions
+1
View File
@@ -22,6 +22,7 @@ with-syn = []
[dependencies]
clippy = { version = "^0.*", optional = true }
post-expansion = "0.0.2"
quote = "0.3"
serde_codegen_internals = { version = "=0.10.0", default-features = false, path = "../serde_codegen_internals" }
syn = { version = "0.9", features = ["aster", "visit"] }