diff --git a/Cargo.lock b/Cargo.lock index 33f7d921..cf582227 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1515,6 +1515,7 @@ dependencies = [ "log", "logos-blockchain-common-http-client", "nssa", + "nssa_core", "serde", "serde_with", "sha2", diff --git a/common/Cargo.toml b/common/Cargo.toml index a3884b70..0ae0b220 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -9,6 +9,7 @@ workspace = true [dependencies] nssa.workspace = true +nssa_core.workspace = true anyhow.workspace = true thiserror.workspace = true