feat: add cache
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-09-14 20:45:49 +02:00
parent 1cc771be1e
commit 6c94f02428
11 changed files with 416 additions and 23 deletions

View File

@@ -20,6 +20,10 @@ 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"
dirs = "5.0.1"
prost = "0.13.2"
prost-types = "0.13.2"
bytes = "1.7.1"
[dev-dependencies]
pretty_assertions = "1.4.0"