2024-11-09 17:19:19 +01:00
|
|
|
[package]
|
|
|
|
name = "nodata-storage"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
|
|
|
tokio.workspace = true
|
|
|
|
uuid.workspace = true
|
|
|
|
tracing.workspace = true
|
2024-11-10 13:42:19 +01:00
|
|
|
prost.workspace = true
|
|
|
|
prost-types.workspace = true
|
|
|
|
bytes.workspace = true
|
2024-11-09 17:19:19 +01:00
|
|
|
|
|
|
|
hex = "0.4.3"
|
|
|
|
sha2 = "0.10.8"
|