From ed7c0c1956a588d0125f2e203e0869d18d8d88a2 Mon Sep 17 00:00:00 2001 From: azw Date: Sun, 29 Oct 2023 07:21:27 +0000 Subject: [PATCH] 1 --- server/notifyserver/build.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/notifyserver/build.rs b/server/notifyserver/build.rs index e23bcd5..1a3b4e3 100644 --- a/server/notifyserver/build.rs +++ b/server/notifyserver/build.rs @@ -1,8 +1,10 @@ fn main() { + /* protobuf_codegen_pure::Codegen::new() .out_dir("src") .inputs(&["protos/mt.proto"]) .include("protos") .run() .expect("Codegen failed."); + */ }