tools/protobuf_files.toml (5 lines of code) (raw):

# In this file, every section corresponds to a protobuf file to compile. # `dir` refers to the directory where the protobuf file can be found, relative to this file location. # (Optional) `out_dir` refers to where the compiled rust file should be saved. If not present `dir` is used. ["fetch_msg_types.proto"] dir = "../components/viaduct/src/"