chore(reflection): Add file descriptor set generation (#1213)

Co-authored-by: Lucio Franco <[email protected]>
This commit is contained in:
tottoto
2023-01-05 12:03:26 -05:00
committed by GitHub
co-authored by Lucio Franco
parent b7dffac931
commit b6d9fd69ae
+1
View File
@@ -13,6 +13,7 @@ fn bootstrap() {
.build_client(true)
.build_server(true)
.build_transport(false)
.file_descriptor_set_path(out_dir.join("reflection_v1alpha1.bin"))
.out_dir(&out_dir)
.compile(iface_files, dirs)
.unwrap();