feat: with gitea client

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-30 01:39:28 +02:00
parent 51115dc7fd
commit 5876ed847c
7 changed files with 762 additions and 8 deletions

View File

@@ -11,8 +11,11 @@ tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.17" }
clap = { version = "4.3.4", features = ["derive", "env"] }
dotenv = { version = "0.15.0" }
url = {version = "*"}
serde_yaml = {version = "*"}
serde = {version = "*", features = ["derive"]}
reqwest = {version = "*"}
tracing-test = "*"