From a5551f5faeb66704647c9075d2fd60da3cd3378f Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Tue, 23 Feb 2021 22:24:36 -0700 Subject: [PATCH] Publish 0.1.0 --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1df3991..c49dd6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,8 @@ authors = [ "The Rust Project Developers" ] edition = "2018" +description = "An implementation of the GNU unified diff format" +license = "MIT OR Apache-2.0" [[bin]] name = "unified-diff"