Merge pull request #80 from dwillie/master
Clarify serde support inclusion in readme.md
This commit is contained in:
commit
72c3dff17d
|
@ -36,6 +36,12 @@ Put this in your `Cargo.toml`:
|
||||||
chrono = "0.2"
|
chrono = "0.2"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or, if you want [Serde](http://github.com/serde-rs/serde) support, include it like this:
|
||||||
|
```toml
|
||||||
|
[dependencies]
|
||||||
|
chrono = { version = "0.2", features = ["serde"] }
|
||||||
|
```
|
||||||
|
|
||||||
And put this in your crate root:
|
And put this in your crate root:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
|
Loading…
Reference in New Issue