From 50e05819a0dad869d2a2695c521f473ee488e42e Mon Sep 17 00:00:00 2001 From: Payton Swick Date: Wed, 24 Jul 2024 18:44:18 -0400 Subject: [PATCH] Add repository to Cargo config --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e8379c6..4e11a7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "grepdef" version = "3.0.0" edition = "2021" +repository = "https://github.com/sirbrillig/grepdef" [dependencies] clap = { version = "4.5.9", features = ["derive"] }