stepancheg / grpc-rust

Rust implementation of gRPC
MIT License
1.37k stars 124 forks source link

The generated rust file can't be compiled successfully because of failed to resolve: could not find `grpc_protobuf` in `{{root}}` #147

Closed cylof22 closed 5 years ago

cylof22 commented 5 years ago

The generated rust file compile unsuccessfully because of failed to resolve: could not find grpc_protobuf in {{root}}

PeopleDispose commented 5 years ago

@cylof22 I got this problem as well while developing project using one of the tutorials. But after adding a few more dependencies mentioned in README, cargo was managed to compile project successfully.

cylof22 commented 5 years ago

@PeopleDispose Thanks for your comments. The crate version is not correct in my project.