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

View File

@@ -0,0 +1,13 @@
[package]
name = "nodata-sdk"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
async-trait.workspace = true
tonic.workspace = true
tracing.workspace = true
bytes.workspace = true
prost.workspace = true
prost-types.workspace = true