Skip to content

Commit

Permalink
docs: mention capnp in the dependencies (#9643)
Browse files Browse the repository at this point in the history
### Description
When setting up the project, `cargo build` resulted in an error.

<img width="1136" alt="Screenshot 2024-12-20 at 21 35 26"
src="https://github.com/user-attachments/assets/1a80a0da-c4c8-48c4-90c1-8781f0e44739"
/>

Perhaps this PR can clear some confusion for new devs in project.
  • Loading branch information
maciej-ka authored Dec 21, 2024
1 parent e14855d commit 161d33d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 161d33d

Please sign in to comment.