From 2ad73c4ea94d42579661dce3074cc075f52e6cc7 Mon Sep 17 00:00:00 2001 From: unitexe Date: Wed, 14 Jan 2026 16:43:19 -0600 Subject: Initial commit --- build.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build.rs (limited to 'build.rs') 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> { + tonic_prost_build::configure().compile_protos(&["proto/countah.proto"], &["proto/"])?; + Ok(()) +} -- cgit v1.2.3