move attributes to common part

This commit is contained in:
Marc-Antoine Arnaud
2018-04-10 11:22:18 +02:00
parent a5fb60a5c0
commit 61f9badbe7
6 changed files with 5 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ extern crate proc_macro2;
extern crate quote;
extern crate syn;
mod attribute;
mod de;
mod ser;