From ce7af9dc6e13f7b81770828713bbd3916ca4595b Mon Sep 17 00:00:00 2001 From: Yuheng Chen Date: Thu, 4 Jun 2015 16:39:53 +0800 Subject: [PATCH] Update Readme --- parser/Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/parser/Readme.md b/parser/Readme.md index 5758fc2..73f8a3e 100644 --- a/parser/Readme.md +++ b/parser/Readme.md @@ -24,6 +24,13 @@ See [Document](http://chyh1990.github.io/yaml-rust/doc/yaml_rust/) Adding the following to the Cargo.toml in your project: +``` +[dependencies] +yaml-rust = "*" +``` + +or + ``` [dependencies.yaml-rust] git = "https://github.com/chyh1990/yaml-rust.git"