Drop aster dependency

This commit is contained in:
David Tolnay
2017-02-20 13:18:38 -08:00
parent 3bf8cda994
commit bac593573c
5 changed files with 95 additions and 42 deletions
+1
View File
@@ -13,6 +13,7 @@ extern crate serde_codegen_internals as internals;
extern crate proc_macro;
use proc_macro::TokenStream;
#[macro_use]
mod bound;
mod de;
mod ser;