mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-28 13:30:48 +00:00
Switch to using quasi
This commit is contained in:
parent
d9f78e3112
commit
2a6c836682
@ -8,4 +8,6 @@ name = "serde2_macros"
|
|||||||
plugin = true
|
plugin = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
quasi = "0.1.0"
|
||||||
|
quasi_macros = "0.1.0"
|
||||||
syntax_ast_builder = "0.1.0"
|
syntax_ast_builder = "0.1.0"
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#![feature(plugin_registrar, quote, unboxed_closures, rustc_private)]
|
#![feature(plugin, plugin_registrar, rustc_private, unboxed_closures)]
|
||||||
|
#![plugin(quasi_macros)]
|
||||||
|
|
||||||
|
extern crate quasi;
|
||||||
extern crate rustc;
|
extern crate rustc;
|
||||||
extern crate syntax;
|
extern crate syntax;
|
||||||
extern crate syntax_ast_builder;
|
extern crate syntax_ast_builder;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user