@@ -3,6 +3,7 @@ members = ["crates/*"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
nodata-storage = { path = "crates/nodata-storage" }
|
||||
|
||||
anyhow = { version = "1" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
@@ -17,3 +18,4 @@ tonic = "0.12.1"
|
||||
bytes = "1.7.1"
|
||||
prost = "0.13.1"
|
||||
prost-types = "0.13.1"
|
||||
uuid = { version = "1.7.0", features = ["v4", "v7"] }
|
||||
|
Reference in New Issue
Block a user