crunch/crates/crunch-nodata/Cargo.toml
kjuulh 58c27e429b
feat: add nodata
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-11-17 22:25:23 +01:00

19 lines
367 B
TOML

[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