feat: add ability to actually publish
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-26 13:37:49 +02:00
parent 0a258829f7
commit 5ce33b379e
12 changed files with 487 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ tokio-stream = { version = "0.1.14", features = ["full"] }
rand = "0.8.5"
sqlx = { version = "0.7.3", features = ["postgres", "runtime-tokio", "uuid", "chrono"] }
chrono = "0.4.34"
git2 = "0.18.3"
[build-dependencies]
tonic-build = "0.11.0"