diff --git a/radicle-crypto/Cargo.toml b/radicle-crypto/Cargo.toml index 359b44c5..a2b687d6 100644 --- a/radicle-crypto/Cargo.toml +++ b/radicle-crypto/Cargo.toml @@ -55,6 +55,7 @@ version = "0.13" optional = true [dev-dependencies] +fastrand = { version = "1.8.0", default-features = false } quickcheck_macros = { version = "1", default-features = false } quickcheck = { version = "1", default-features = false } tempfile = { version = "3.3.0" }