diff --git a/crates/radicle-node/Cargo.toml b/crates/radicle-node/Cargo.toml index af4895a4..517163d6 100644 --- a/crates/radicle-node/Cargo.toml +++ b/crates/radicle-node/Cargo.toml @@ -53,6 +53,7 @@ thiserror = { workspace = true } qcheck = { workspace = true } qcheck-macros = { workspace = true } radicle = { workspace = true, features = ["test"] } +radicle-protocol = { workspace = true, features = ["test"] } radicle-crypto = { workspace = true, features = ["test", "cyphernet"] } snapbox = { workspace = true } test-log = "0.2.18" \ No newline at end of file