From dba01d9a48d7ac7436606c7915bd2d5135f43684 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 15 Sep 2018 12:25:15 -0700 Subject: [PATCH] Render readme on crates.io --- parser/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 7907a15..0d88bf1 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -7,6 +7,7 @@ documentation = "https://docs.rs/crate/yaml-rust/" license = "MIT/Apache-2.0" description = "The missing YAML 1.2 parser for rust" repository = "https://github.com/chyh1990/yaml-rust" +readme = "README.md" [dependencies] linked-hash-map = ">=0.0.9, <0.6"