We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f0658 commit cd0d82bCopy full SHA for cd0d82b
rust/api/Cargo.toml
@@ -11,3 +11,6 @@ bytes = "1.4.0"
11
[target.'cfg(genproto)'.build-dependencies]
12
prost-build = { version = "0.11.3" }
13
reqwest = { version = "0.11.13", default-features = false, features = ["rustls-tls", "blocking"] }
14
+
15
+[dev-dependencies]
16
+rand = "0.8.5"
0 commit comments