From 0213bb45a2e40901415dfc097965ce6e73ccf166 Mon Sep 17 00:00:00 2001 From: Yuheng Chen Date: Thu, 4 Jun 2015 16:30:31 +0800 Subject: [PATCH] Add license and description to Cargo.toml --- parser/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index fa04339..7f36ff9 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -4,3 +4,5 @@ version = "0.2.0" authors = ["Yuheng Chen "] homepage = "http://chyh1990.github.io/yaml-rust/" documentation = "http://chyh1990.github.io/yaml-rust/doc/yaml_rust/" +license-file = "LICENSE" +description = "The missing YAML 1.2 parser for rust"