- chore: ran cargo fix on the codebase
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_build::configure()
|
||||
.compile_well_known_types(true)
|
||||
.compile_protos(&["../proto/common.proto", "../proto/auth.proto"], &["../proto"])?;
|
||||
.compile_protos(
|
||||
&["../proto/common.proto", "../proto/auth.proto"],
|
||||
&["../proto"],
|
||||
)?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user