From 3c9da807e576b0f06fd524efd8da5f98c333b474 Mon Sep 17 00:00:00 2001 From: Yuheng Chen Date: Thu, 4 Jun 2015 16:39:53 +0800 Subject: [PATCH] Update Readme --- saphyr/Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/saphyr/Readme.md b/saphyr/Readme.md index 5758fc2..73f8a3e 100644 --- a/saphyr/Readme.md +++ b/saphyr/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"