feat: add settings config
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-14 15:21:49 +02:00
parent 6a0900e190
commit 1cc771be1e
3 changed files with 53 additions and 2 deletions

View File

@@ -20,3 +20,6 @@ toml = "0.8.19"
gitea-rs = { git = "https://git.front.kjuulh.io/kjuulh/gitea-rs", version = "1.22.1" }
url = "2.5.2"
octocrab = "0.39.0"
[dev-dependencies]
pretty_assertions = "1.4.0"