diff --git a/Cargo.lock b/Cargo.lock index 73d400c8..6ac63af6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4339,6 +4339,21 @@ dependencies = [ "types", ] +[[package]] +name = "transactions-by-account" +version = "0.1.0" +dependencies = [ + "axum 0.7.4", + "openssl", + "pg", + "service", + "shutdown", + "tokio", + "tracing", + "tracing-subscriber", + "types", +] + [[package]] name = "try-lock" version = "0.2.4"