feat: with release manager
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-02-11 16:56:22 +01:00
parent 8bab1a1df3
commit ab3d1d9817
12 changed files with 192 additions and 38 deletions

View File

@@ -13,6 +13,9 @@ dotenv.workspace = true
axum.workspace = true
prost = "0.12.3"
tonic = "0.11.0"
uuid = { version = "1.7.0", features = ["v7", "v4"] }
async-trait = "0.1.77"
mockall_double = "0.3.1"
[build-dependencies]
tonic-build = "0.11.0"