We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6415ed9 commit 85ebee2Copy full SHA for 85ebee2
README.md
@@ -25,6 +25,8 @@ Dapr is a portable, event-driven, serverless runtime for building distributed ap
25
26
Ensure you have Rust version 1.40 or higher installed. If not, install Rust [here](https://www.rust-lang.org/tools/install).
27
28
+You will also need to install [protoc](https://github.com/protocolbuffers/protobuf#protobuf-compiler-installation).
29
+
30
## How to use
31
32
Add the following to your `Cargo.toml` file:
0 commit comments