From cc80bb50be3ecd9a1c1d0b27e70b7d0df5706640 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Mon, 13 Nov 2023 12:57:17 +0100 Subject: [PATCH] Format changes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1919085..95da49a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ website = ["https://discord.com/invite/m3FpcapGDD"] [features] default = ["client"] -backend = ["poem", "sqlx"] +backend = ["dep:poem", "dep:sqlx"] client = [] [dependencies]