Fix dependency issue with "test" feature

Signed-off-by: Alexis Sellier <alexis@radicle.xyz>
This commit is contained in:
Alexis Sellier 2022-11-18 10:57:51 +01:00
parent d6a95e4d58
commit 093bb686a4
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ edition = "2021"
[features]
default = []
test = ["quickcheck"]
test = ["quickcheck", "radicle-crypto/test", "radicle-node/test"]
sql = ["sqlite"]
[dependencies]