From 9f6e0cdc80210fa2550c5a1f7a224f682ae55735 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 23 Sep 2024 22:30:11 +0200 Subject: [PATCH] feat: add repo Signed-off-by: kjuulh --- crates/gitea-client/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/gitea-client/Cargo.toml b/crates/gitea-client/Cargo.toml index da90543..73fecf9 100644 --- a/crates/gitea-client/Cargo.toml +++ b/crates/gitea-client/Cargo.toml @@ -3,6 +3,7 @@ name = "gitea-client" version = "1.22.1" authors = ["OpenAPI Generator team and contributors", "kjuulh"] description = "This documentation describes the Gitea API." +repository = "https://git.front.kjuulh.io/kjuulh/gitea-rs" license = "MIT" edition = "2021" publish = true