From 161d33dc2091b3555cd3a79dc32d4cfea62d120a Mon Sep 17 00:00:00 2001 From: Maciej Kasprzyk Date: Sat, 21 Dec 2024 03:55:26 +0100 Subject: [PATCH] docs: mention capnp in the dependencies (#9643) ### Description When setting up the project, `cargo build` resulted in an error. Screenshot 2024-12-20 at 21 35 26 Perhaps this PR can clear some confusion for new devs in project. --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc84d78acf0e1..2397d64811101 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,7 @@ You will need to have these dependences installed on your machine to work on thi - [Rust](https://www.rust-lang.org/tools/install) ([Repository toolchain](/~https://github.com/vercel/turborepo/blob/main/rust-toolchain.toml)) - [NodeJS](https://nodejs.org/en) v20 - [pnpm](https://pnpm.io/) v8 +- [capnp](https://capnproto.org) ### Optional dependencies