Skip to content

Commit 3575b99

Browse files
committed
fixup! Add KvStoreTestSuite.
1 parent e931736 commit 3575b99

File tree

4 files changed

+620
-611
lines changed

4 files changed

+620
-611
lines changed

rust/api/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ edition = "2021"
77
async-trait = "0.1.77"
88
prost = { version = "0.11.6", default-features = false, features = ["std", "prost-derive"] }
99
bytes = "1.4.0"
10+
rand = { version = "0.8.5", optional = true}
1011

1112
[target.'cfg(genproto)'.build-dependencies]
1213
prost-build = { version = "0.11.3" }
1314
reqwest = { version = "0.11.13", default-features = false, features = ["rustls-tls", "blocking"] }
1415

1516
[dev-dependencies]
16-
rand = "0.8.5"
17+
18+
[features]
19+
_test_utils =["rand"]

0 commit comments

Comments
 (0)