fdeantoni / prost-wkt

Prost Well-Known-Types serialization and deserialization.
Apache License 2.0
76 stars 35 forks source link

Expose feature to compile with vendored protoc #36

Closed bodymindarts closed 1 year ago

bodymindarts commented 1 year ago

In order to support building crates that depend on wkt-types that do not have protoc installed it is useful to enable using the vendored protoc.

closes https://github.com/fdeantoni/prost-wkt/issues/37

fdeantoni commented 1 year ago

Hi @bodymindarts , this is great! Many thanks!