diff --git a/crates/derive/Cargo.toml b/crates/derive/Cargo.toml index 7da5a04f6..50bf68250 100644 --- a/crates/derive/Cargo.toml +++ b/crates/derive/Cargo.toml @@ -41,6 +41,7 @@ serde_json.workspace = true op-alloy-registry.workspace = true tokio = { workspace = true, features = ["full"] } tracing-subscriber = { workspace = true, features = ["fmt"] } +tracing = { workspace = true, features = ["std"] } alloy-primitives = { workspace = true, features = ["rlp", "k256", "map", "arbitrary"] } [features]