feat: with sdk

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-18 01:31:58 +02:00
parent c51cd4dfc1
commit 95acdf4f4a
8 changed files with 1086 additions and 4 deletions

13
Cargo.lock generated
View File

@@ -1506,6 +1506,19 @@ dependencies = [
"uuid",
]
[[package]]
name = "nodata-sdk"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"bytes",
"prost",
"prost-types",
"tonic",
"tracing",
]
[[package]]
name = "nom"
version = "7.1.3"