use env;
use PathBuf;
// Generates the Rust protobuf types from `proto/tephra.proto` using the official
// `protobuf-codegen`, which drives `protoc` (found via the `PROTOC` env var or the PATH).
// The crate is version-locked to a matching `protoc` (4.35.1-release <-> protoc 35.1), so
// the toolchain provides `protoc` 35.1 (see devenv.nix).