From faa4cbb3254caea54f0f4d214b383f8e10eb94ee Mon Sep 17 00:00:00 2001 From: hedgar2017 Date: Wed, 12 Dec 2018 11:39:43 +0200 Subject: [PATCH] Add license and description --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 48c3084..2fe8193 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "patch-rs" version = "0.1.0" authors = ["hedgar2017 "] +license = "MIT" +description = "Rust diff implementation" [dependencies] clap = "2.32.0"