mirror of
https://git.alemi.dev/mumble-stats-api.git
synced 2024-11-22 16:04:49 +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>> {
|
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
Ok(prost_build::compile_protos(
|
Ok(prost_build::compile_protos(
|
||||||
&["src/tcp/mumble.proto"],
|
&["proto/mumble.proto"],
|
||||||
&["src/tcp"],
|
&["proto"],
|
||||||
)?)
|
)?)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue