From 5a74e262ea208b7293fc5b992a298314f84d4faa Mon Sep 17 00:00:00 2001 From: max funk Date: Thu, 21 Mar 2024 22:24:23 -0700 Subject: [PATCH] lock --- Cargo.lock | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index fbf00e50..73d400c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4324,6 +4324,21 @@ dependencies = [ "tracing-log", ] +[[package]] +name = "transaction-by-id" +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"