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"] }