Shuffle the ordering of RRs when validating an RR stream in tests
[dnssec-prover] / Cargo.toml
index 872f9df2b97eb92889e27842592e929a8ac54333..af51720e51e1d72c6655e165d9820f4a13accac8 100644 (file)
@@ -17,3 +17,4 @@ hex_lit = { version = "0.1", default-features = false, features = ["rust_v_1_46"
 [dev-dependencies]
 hex-conservative = { version = "0.1", default-features = false, features = ["alloc"] }
 base64 = "0.21"
+rand = { version = "0.8", default-features = false, features = ["getrandom"] }