From 90973ea504ac5466c835fc775b3fcc3ca1b53752 Mon Sep 17 00:00:00 2001 From: maciej-ka Date: Fri, 20 Dec 2024 22:23:31 +0100 Subject: [PATCH] docs: mention capnp in the dependencies --- 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