From 4833c3d7fff45fcebedc30ed054f4eca44afd0e7 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Tue, 23 Feb 2021 22:40:52 -0700 Subject: [PATCH] Add repository key --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c49dd6d..bdda29b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unified-diff" -version = "0.1.0" +version = "0.1.1" authors = [ "Michael Howell ", "The Rust Project Developers" @@ -8,6 +8,7 @@ authors = [ edition = "2018" description = "An implementation of the GNU unified diff format" license = "MIT OR Apache-2.0" +repository = "https://github.com/notriddle/rust-unified-diff" [[bin]] name = "unified-diff"