You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tower-grpc is based on Prost. I would like to improve the ergonomics of using it by not requiring an explicit dependency on Prost.
To do this, similar to #127, I will re-export prost from tower-grpc. The problem is that the generated derives require the prost crate to be added as a dependency.
tower-grpc is based on Prost. I would like to improve the ergonomics of using it by not requiring an explicit dependency on Prost.
To do this, similar to #127, I will re-export prost from
tower-grpc
. The problem is that the generated derives require theprost
crate to be added as a dependency.One way to do this would be to:
extern crate
to be customized.This could be done with an extra attribute
The text was updated successfully, but these errors were encountered: