From 2a86545adf7e8f18ab90916c429f55bb76bbb476 Mon Sep 17 00:00:00 2001 From: Yuheng Chen Date: Thu, 4 Jun 2015 16:33:55 +0800 Subject: [PATCH] Add repository to Cargo.toml --- saphyr/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/saphyr/Cargo.toml b/saphyr/Cargo.toml index 7f36ff9..1a52afd 100644 --- a/saphyr/Cargo.toml +++ b/saphyr/Cargo.toml @@ -4,5 +4,6 @@ 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" +license = "MIT" description = "The missing YAML 1.2 parser for rust" +repository = "https://github.com/chyh1990/yaml-rust"