nodata/crates/nodata-sdk/Cargo.toml
kjuulh 95acdf4f4a
feat: with sdk
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-08-18 01:31:58 +02:00

14 lines
257 B
TOML

[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