feat(types): Expose FILE_DESCRIPTOR_SET (#1210)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user