我正在尝试构建protobuf_codegen_pure
,但我收到此消息:
error[E0463]: can't find crate for `protobuf_codegen_pure`
--> build.rs:1:1
|
1 | extern crate protobuf_codegen_pure;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
我做了cargo install protobuf
Updating crates.io index
Installing protobuf v2.6.0
error: specified package has no binaries
我什么都没有。我该如何解决?