20 lines
484 B
YAML
20 lines
484 B
YAML
|
version: v1
|
||
|
|
||
|
plugins:
|
||
|
- plugin: buf.build/community/neoeinstein-prost:v0.2.3
|
||
|
out: src/gen
|
||
|
opt:
|
||
|
- bytes=.
|
||
|
- compile_well_known_types
|
||
|
- extern_path=.google.protobuf=::pbjson_types
|
||
|
- file_descriptor_set
|
||
|
|
||
|
- plugin: buf.build/community/neoeinstein-prost-serde:v0.2.3
|
||
|
out: src/gen
|
||
|
|
||
|
- plugin: buf.build/community/neoeinstein-tonic:v0.3.0
|
||
|
out: src/gen
|
||
|
opt:
|
||
|
- compile_well_known_types
|
||
|
- extern_path=.google.protobuf=::pbjson_types
|