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:
Florian Klink 2022-11-11 23:07:48 +00:00 committed by flokli
parent c432aae9b3
commit a97e3726df
5 changed files with 345 additions and 0 deletions

3
tvix/store/src/lib.rs Normal file
View file

@ -0,0 +1,3 @@
pub mod protos {
include!(concat!(env!("OUT_DIR"), "/tvix.store.v1.rs"));
}