feat: gitea able to pull repositories
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-09-12 22:45:36 +02:00
parent d969f799b0
commit ca989486d4
7 changed files with 1496 additions and 24 deletions

View File

@@ -16,3 +16,6 @@ serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }
async-trait = "0.1.82"
toml = "0.8.19"
gitea-rs = { git = "https://git.front.kjuulh.io/kjuulh/gitea-rs", ref = "main", version = "1.22.1" }
url = "2.5.2"