Add repository to Cargo.toml

This commit is contained in:
Yuheng Chen 2015-06-04 16:33:55 +08:00
parent 5217f95091
commit 2a86545adf

View file

@ -4,5 +4,6 @@ version = "0.2.0"
authors = ["Yuheng Chen <yuhengchen@sensetime.com>"] authors = ["Yuheng Chen <yuhengchen@sensetime.com>"]
homepage = "http://chyh1990.github.io/yaml-rust/" homepage = "http://chyh1990.github.io/yaml-rust/"
documentation = "http://chyh1990.github.io/yaml-rust/doc/yaml_rust/" documentation = "http://chyh1990.github.io/yaml-rust/doc/yaml_rust/"
license-file = "LICENSE" license = "MIT"
description = "The missing YAML 1.2 parser for rust" description = "The missing YAML 1.2 parser for rust"
repository = "https://github.com/chyh1990/yaml-rust"