mirror of
https://git.alemi.dev/mumble-stats-api.git
synced 2024-11-12 19:59:19 +01:00
chore: moved proto out
This commit is contained in:
parent
d731accbd6
commit
51b6d8c301
2 changed files with 2 additions and 2 deletions
4
build.rs
4
build.rs
|
@ -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"],
|
||||
)?)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue