Add Protoc to rust-devel group

This commit is contained in:
Nathan McCarty 2022-04-22 17:52:58 -04:00
parent 0ab10879f3
commit 12b1530ff0
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 0 deletions

View File

@ -21,5 +21,7 @@
cargo-expand # Dump expanded macros
unstable.cargo-tarpaulin # Code coverage
cargo-play # Quickly execute code outside of a crate
# For building stuff that uses protocol buffers
protobuf
];
}