From b545776c5550427d90e027c27210a5e0b9181535 Mon Sep 17 00:00:00 2001 From: genusistimelord Date: Wed, 3 Jan 2024 15:27:57 -0500 Subject: [PATCH] add in missing axum import --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2a12bfb..29fe4ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,3 +27,4 @@ anyhow = "1.0" futures = "0.3.28" redis_pool = { path = ".", features = ["cluster"]} serial_test = "0.4" +axum = "0.7" \ No newline at end of file