From 3e4b321df877c5ff6779973f73c07243992887ac Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Sat, 22 Oct 2022 14:52:10 +0100 Subject: [PATCH] Add repo to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 854af54..2b81fb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ license = "WTFPL" keywords = ["git", "packfile", "in-memory", "protocol"] categories = ["development-tools"] exclude = ["/.github"] +repository = "https://github.com/w4/packfile" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- libgit2 1.7.2