From a79f8bdb59a2f6b97a470b67784e8688ca5ae993 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Thu, 21 Mar 2024 13:27:44 +0800 Subject: [PATCH] Add repository to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 03ee5b7..46a7a30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "gcloud-utils" description = "Google Cloud Utilities." version = "0.3.1" authors = ["Fumitake Kawasaki "] +repository = "https://github.com/EpicsDAO/gcloud-utils" edition = "2021" license = "Apache-2.0"