feat(tvix/store): build rust proto files
This uses prost-build to build the proto files. Change-Id: Ia99fcfa4a19c741683cf28a45202e1d9211f9131 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7286 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: Adam Joseph <adam@westernsemico.com>
This commit is contained in:
parent
c432aae9b3
commit
a97e3726df
5 changed files with 345 additions and 0 deletions
|
@ -4,3 +4,7 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
prost = "0.11.2"
|
||||
|
||||
[build-dependencies]
|
||||
prost-build = "0.11.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue