feat: add support for reading from gitea

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-12 16:17:43 +02:00
parent 3ceb52c378
commit 9cbef537c9
12 changed files with 885 additions and 412 deletions

View File

@@ -17,3 +17,4 @@ sqlx = { version = "0.7.3", features = ["runtime-tokio", "tls-rustls", "postgres
uuid = { version = "1.7.0", features = ["v4"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
futures = "0.3.30"
reqwest = {version = "0.12.3", default-features = false, features = ["json", "rustls-tls"]}