aether-gitea: add Gitea API client crate
CI / check (push) Failing after 43s

This commit is contained in:
gyt
2026-07-09 17:05:13 -04:00
parent cf19f8e72d
commit c3c25dbaf3
4 changed files with 863 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "aether-gitea"
version = "0.1.0"
edition = "2021"
description = "Gitea API client for Aether tools"
[[bin]]
name = "aether-gitea"
path = "src/main.rs"
[dependencies]
gitea = "0.2"
tokio = "0.2"
serde = "1"
serde_json = "1"
clap = { version = "4", features = ["derive"] }
anyhow = "1"