diff --git a/node_core/Cargo.toml b/node_core/Cargo.toml index a93bd40..2d22c22 100644 --- a/node_core/Cargo.toml +++ b/node_core/Cargo.toml @@ -18,6 +18,7 @@ elliptic-curve.workspace = true reqwest.workspace = true thiserror.workspace = true tokio.workspace = true +tempfile.workspace = true [dependencies.accounts] path = "../accounts"