Skip to content

Commit

Permalink
chore: build proto
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHinome authored Dec 26, 2023
1 parent 0b18772 commit 042f19d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_build::compile_protos("proto/remini.proto")?;
Ok(())
}

0 comments on commit 042f19d

Please sign in to comment.