You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@ This single crate will create [five different binaries](./src/bin), one for each
15
15
### Requirements
16
16
17
17
*[Rust](https://www.rust-lang.org/) 1.56.0 or higher
18
-
*[Cross](https://github.com/rust-embedded/cross) for cross-compilation to Arm64
18
+
*[cargo-zigbuild](https://github.com/messense/cargo-zigbuild) and [Zig](https://ziglang.org/) for cross-compilation
19
+
*[jq](https://stedolan.github.io/jq/) for tooling specific to this project
19
20
* The [AWS SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html) 1.33.0 or higher for deploying to the cloud
20
21
*[Artillery](https://artillery.io/) for load-testing the application
0 commit comments