diff options
| author | unitexe <unitexe70@gmail.com> | 2026-01-14 16:43:19 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-01-14 16:43:37 -0600 |
| commit | 2ad73c4ea94d42579661dce3074cc075f52e6cc7 (patch) | |
| tree | 5f50c05d2b4de11fd9c586cf867d9d21acbc5aa0 /build.rs | |
Initial commit
Diffstat (limited to 'build.rs')
| -rw-r--r-- | build.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build.rs b/build.rs new file mode 100644 index 0000000..5005f6f --- /dev/null +++ b/build.rs @@ -0,0 +1,4 @@ +fn main() -> Result<(), Box<dyn std::error::Error>> { + tonic_prost_build::configure().compile_protos(&["proto/countah.proto"], &["proto/"])?; + Ok(()) +} |
