Skip to content

Commit d56700c

Browse files
author
Joe Ellis
committed
Add rand crate as a dev-dependency
Will be required for testing the Unix peer credentials authenticator. Signed-off-by: Joe Ellis <joe.ellis@arm.com>
1 parent b80416b commit d56700c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ picky-asn1-x509 = { version = "0.3.2", optional = true }
4444
users = "0.10.0"
4545
libc = "0.2.77"
4646

47+
[dev-dependencies]
48+
rand = { version = "0.7.3", features = ["small_rng"] }
49+
4750
[package.metadata.docs.rs]
4851
features = ["pkcs11-provider", "tpm-provider", "tss-esapi/docs", "mbed-crypto-provider"]
4952

0 commit comments

Comments
 (0)