Remove serde derives for proto - way faster compilation time

This commit is contained in:
xeon 2024-05-09 19:11:28 +03:00
parent b63ee14fa8
commit 7d8c967952
2 changed files with 0 additions and 2471 deletions

View file

@ -5,7 +5,6 @@ pub fn main() {
prost_build::Config::new()
.out_dir("out/")
.type_attribute(".", "#[derive(serde::Serialize, serde::Deserialize)]")
.compile_protos(&[proto_file], &["."])
.unwrap();
}

File diff suppressed because it is too large Load diff