From 7ca3d4df5cfb05b750a014c87d3f11ad32406316 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 17 Apr 2024 13:01:21 -0500 Subject: refactor: extract PgPool from AppState via AsRef --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9ee0b70..37ef445 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] anyhow = "1.0.82" argon2 = { version = "0.5.3", features = ["std"] } -axum = "0.7.4" +axum = { version = "0.7.4", features = ["macros"] } axum-extra = { version = "0.9.3", features = ["typed-routing", "cookie", "typed-header"] } dotenvy = "0.15.7" email_address = "0.2.4" -- cgit v1.2.3-70-g09d2