diff --git a/node/Cargo.toml b/node/Cargo.toml index 619068d..9e9b37b 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -26,7 +26,7 @@ tokio.workspace = true tokio-util.workspace = true tower-http.workspace = true tracing-subscriber.workspace = true -void-toolkit = { workspace = true, features = ["merkle", "app", "network-channel", "oracle-sqlite", "oracle" ] } +void-toolkit = { workspace = true, features = ["merkle", "app", "hash", "network-channel", "oracle-sqlite", "oracle", "oracle-decoder"] } [dev-dependencies] alloy = { workspace = true, features = [ "node-bindings", "rlp", "signer-mnemonic" ] }