Update readme to serde_derive

This commit is contained in:
David Tolnay 2016-09-29 09:21:01 -07:00
parent 9970084550
commit 3f28a93240
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -15,8 +15,10 @@ You may be looking for:
## Serde in action
```rust
#![feature(plugin, custom_derive)]
#![plugin(serde_macros)]
#![feature(rustc_macro)]
#[macro_use]
extern crate serde_derive;
extern crate serde_json;