Update Readme
This commit is contained in:
parent
a0d5af564d
commit
ce7af9dc6e
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue