//! Build script for the ThorStreamer Rust SDK project.
//!
//! This script uses `tonic_build` to compile the protocol buffer files located in the `proto` directory.
//! It also sets up the file descriptor and instructs Cargo to rerun the build if the proto files change.