Avoid Compiling protobuf-src When Building libp2p in Rust Workspace
I am working on a Rust workspace with several crates, including libp2p (version 0.54). During the build process (cargo build), I notice that protobuf-src is being compiled, which significantly increases the build time:
Avoid Compiling protobuf-src When Building libp2p in Rust Workspace
I am working on a Rust workspace with several crates, including libp2p (version 0.54). During the build process (cargo build), I notice that protobuf-src is being compiled, which significantly increases the build time: