feat: add nodata

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-11-17 22:25:23 +01:00
parent 4d150febc7
commit 58c27e429b
13 changed files with 2657 additions and 810 deletions

View File

@@ -0,0 +1,18 @@
[package]
name = "crunch-nodata"
version = "0.1.0"
edition = "2021"
[dependencies]
crunch-traits.workspace = true
prost.workspace = true
prost-types.workspace = true
bytes.workspace = true
tonic.workspace = true
anyhow.workspace = true
tracing.workspace = true
tokio.workspace = true
thiserror.workspace = true
async-trait.workspace = true
futures.workspace = true