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

View file

@ -6,10 +6,12 @@
pkgs.mkShell {
name = "tvix-eval-dev-env";
packages = [
pkgs.buf-language-server
pkgs.cargo
pkgs.clippy
pkgs.rust-analyzer
pkgs.rustc
pkgs.rustfmt
pkgs.protobuf
];
}