Remove serde derives for proto - way faster compilation time
This commit is contained in:
parent
b63ee14fa8
commit
7d8c967952
2 changed files with 0 additions and 2471 deletions
|
@ -5,7 +5,6 @@ pub fn main() {
|
||||||
|
|
||||||
prost_build::Config::new()
|
prost_build::Config::new()
|
||||||
.out_dir("out/")
|
.out_dir("out/")
|
||||||
.type_attribute(".", "#[derive(serde::Serialize, serde::Deserialize)]")
|
|
||||||
.compile_protos(&[proto_file], &["."])
|
.compile_protos(&[proto_file], &["."])
|
||||||
.unwrap();
|
.unwrap();
|
||||||
}
|
}
|
||||||
|
|
2470
proto/out/_.rs
2470
proto/out/_.rs
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue