feat: added tonic
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-11-24 01:15:59 +01:00
parent deceaad4d1
commit 670fd0d13b
2 changed files with 422 additions and 2 deletions

View File

@@ -20,3 +20,7 @@ tokio-util = "0.7.12"
async-trait = "0.1.83"
nodrift = "0.2.0"
rusqlite = { version = "0.32.1", features = ["bundled"] }
prost-types = "0.13.3"
prost = "0.13.3"
bytes = "1.8.0"
tonic = { version = "0.12.3", features = ["tls", "tls-roots"] }