Fmt & Added CI
This commit is contained in:
parent
39fe1b820b
commit
b939961181
16 changed files with 181 additions and 104 deletions
6
build.rs
6
build.rs
|
|
@ -2,13 +2,11 @@ use std::io::Result;
|
|||
|
||||
fn main() -> Result<()> {
|
||||
let out_dir = std::path::PathBuf::from("src/geoparsers/v2ray/");
|
||||
|
||||
|
||||
prost_build::Config::new()
|
||||
.out_dir(&out_dir)
|
||||
.compile_protos(
|
||||
&[
|
||||
"src/geoparsers/v2ray/proto_src/geosite.proto",
|
||||
],
|
||||
&["src/geoparsers/v2ray/proto_src/geosite.proto"],
|
||||
&["src/geoparsers/v2ray/proto_src/"],
|
||||
)?;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue