Add license and description to Cargo.toml
This commit is contained in:
parent
aa5eae6318
commit
5217f95091
1 changed files with 2 additions and 0 deletions
|
@ -4,3 +4,5 @@ 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"
|
||||||
|
description = "The missing YAML 1.2 parser for rust"
|
||||||
|
|
Loading…
Reference in a new issue