chore: moved proto out

This commit is contained in:
əlemi 2024-02-21 20:05:04 +01:00
parent d731accbd6
commit 51b6d8c301
Signed by: alemi
GPG key ID: A4895B84D311642C
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
Ok(prost_build::compile_protos(
&["src/tcp/mumble.proto"],
&["src/tcp"],
&["proto/mumble.proto"],
&["proto"],
)?)
}