Render readme on crates.io

This commit is contained in:
David Tolnay 2018-09-15 12:25:15 -07:00
parent 1f2d2aaf31
commit dba01d9a48

View file

@ -7,6 +7,7 @@ documentation = "https://docs.rs/crate/yaml-rust/"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
description = "The missing YAML 1.2 parser for rust" description = "The missing YAML 1.2 parser for rust"
repository = "https://github.com/chyh1990/yaml-rust" repository = "https://github.com/chyh1990/yaml-rust"
readme = "README.md"
[dependencies] [dependencies]
linked-hash-map = ">=0.0.9, <0.6" linked-hash-map = ">=0.0.9, <0.6"