node: fix test dependency error

Enable Radicle Crypto's test feature.

Signed-off-by: Slack Coder <slackcoder@server.ky>
This commit is contained in:
Slack Coder 2022-11-01 11:22:01 -05:00 committed by Alexis Sellier
parent 41f53f3fae
commit c7706156c6
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -1457,6 +1457,7 @@ dependencies = [
"quickcheck",
"quickcheck_macros",
"radicle",
"radicle-crypto",
"scrypt",
"serde",
"serde_json",

View File

@ -34,5 +34,6 @@ features = ["sql"]
[dev-dependencies]
radicle = { path = "../radicle", version = "*", features = ["test"] }
radicle-crypto = { path = "../radicle-crypto", version = "*", features = ["test"] }
quickcheck = { version = "1", default-features = false }
quickcheck_macros = { version = "1", default-features = false }