feat(types): Expose FILE_DESCRIPTOR_SET (#1210)

This commit is contained in:
tottoto
2022-12-22 14:05:22 -05:00
committed by GitHub
parent fdff11115b
commit cc42d1f88c
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ fn bootstrap() {
tonic_build::configure()
.out_dir(format!("{}", out_dir.display()))
.file_descriptor_set_path(out_dir.join("types.bin"))
.compile(iface_files, dirs)
.unwrap();