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
3
tvix/store/src/lib.rs
Normal file
3
tvix/store/src/lib.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
pub mod protos {
|
||||
include!(concat!(env!("OUT_DIR"), "/tvix.store.v1.rs"));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue