Update Readme

This commit is contained in:
Yuheng Chen 2015-06-04 16:39:53 +08:00
parent 2a86545adf
commit 3c9da807e5

View file

@ -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: Adding the following to the Cargo.toml in your project:
```
[dependencies]
yaml-rust = "*"
```
or
``` ```
[dependencies.yaml-rust] [dependencies.yaml-rust]
git = "https://github.com/chyh1990/yaml-rust.git" git = "https://github.com/chyh1990/yaml-rust.git"