mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 15:34:53 +01:00
fix: build protocol definitions paths
Co-authored-by: f-tlm <f-tlm@users.noreply.github.com>
This commit is contained in:
parent
420ca3e224
commit
754695770d
1 changed files with 2 additions and 1 deletions
3
build.rs
3
build.rs
|
@ -1,4 +1,5 @@
|
|||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_build::compile_protos("proto/core.proto")?;
|
||||
tonic_build::compile_protos("proto/workspace.proto")?;
|
||||
tonic_build::compile_protos("proto/buffer.proto")?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue