initial commit

This commit is contained in:
Georg Bauer
2026-07-30 11:41:19 +02:00
commit f21292978c
12 changed files with 3715 additions and 0 deletions

13
crates/gitea/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "gotcha_gitea"
version = "0.1.0"
description = "A small, reusable Rust client for the Gitea API"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[dependencies]
gitea-openapi = { package = "gitea-client", version = "=1.25.2", default-features = false, features = ["rustls"] }
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true