References:
In order to build the project, we need to setup connection to the buf registry.
Add to .cargo/config.toml
[registries.buf]
index = "sparse+https://buf.build/gen/cargo/"
credential-provider = "cargo:token"Next, login with your token:
cargo login --registry buf "Bearer {token}"