From ff38d1bb4855ea4d34c9dafd60e2a7a2b8df13f6 Mon Sep 17 00:00:00 2001 From: StelStelox Date: Tue, 21 Apr 2026 17:30:34 +0300 Subject: add dependencies --- 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..43e2dc4 --- /dev/null +++ b/build.rs @@ -0,0 +1,4 @@ +fn main() -> Result<(), Box> { + tonic_prost_build::compile_protos("proto/auth.proto")?; + Ok(()) +} -- cgit