node: fix test dependency error
Enable Radicle Crypto's test feature. Signed-off-by: Slack Coder <slackcoder@server.ky>
This commit is contained in:
parent
41f53f3fae
commit
c7706156c6
|
|
@ -1457,6 +1457,7 @@ dependencies = [
|
|||
"quickcheck",
|
||||
"quickcheck_macros",
|
||||
"radicle",
|
||||
"radicle-crypto",
|
||||
"scrypt",
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
|
|
|||
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in New Issue