From 4b9b134980c043c7676ed11b7797232739f5b93b Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 23 Sep 2024 22:27:44 +0200 Subject: [PATCH] feat: update basic settings Signed-off-by: kjuulh --- crates/gitea-rs/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/gitea-rs/Cargo.toml b/crates/gitea-rs/Cargo.toml index 57ab086..ddc3b8b 100644 --- a/crates/gitea-rs/Cargo.toml +++ b/crates/gitea-rs/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "gitea-rs" version = "1.22.1" -authors = ["OpenAPI Generator team and contributors"] +authors = ["OpenAPI Generator team and contributors", "kjuulh"] description = "This documentation describes the Gitea API." license = "MIT" edition = "2021" +publish = true [dependencies] serde = { version = "^1.0", features = ["derive"] }