7 строки
346 B
TOML
7 строки
346 B
TOML
# 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/"
|