feat(tvix/store): implement Directory::validate()
Change-Id: I4c6ae79d705b8e19a3e2ed54812366e88935d7a6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7650 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
0c7e545fd0
commit
7163d3ad37
4 changed files with 351 additions and 13 deletions
|
|
@ -4,9 +4,11 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.68"
|
||||
blake3 = { version = "1.3.1", features = ["rayon", "std"] }
|
||||
lazy_static = "1.4.0"
|
||||
prost = "0.11.2"
|
||||
thiserror = "1.0.38"
|
||||
tonic = "0.8.2"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue