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"