From 13def1f2775431a3830ecafe911c9931cac1f999 Mon Sep 17 00:00:00 2001 From: max funk Date: Sat, 23 Mar 2024 18:17:11 -0700 Subject: [PATCH] cargo lock --- Cargo.lock | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 6ac63af6..0a1b28ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -902,6 +902,21 @@ dependencies = [ "rustc-demangle", ] +[[package]] +name = "balance-by-account" +version = "0.1.0" +dependencies = [ + "axum 0.7.4", + "openssl", + "pg", + "service", + "shutdown", + "tokio", + "tracing", + "tracing-subscriber", + "types", +] + [[package]] name = "base64" version = "0.13.1"