8 lines
235 B
YAML
8 lines
235 B
YAML
# buf.yaml
|
|
version: v1
|
|
build:
|
|
# This tells buf that the "protos" directory is the root of your import paths.
|
|
# If your file is at protos/rail/v1/common.proto,
|
|
# it will be imported as "rail/v1/common.proto"
|
|
roots:
|
|
- protos |