From 351d0ae6d214f932d4cbf996f72301a377513a1f Mon Sep 17 00:00:00 2001 From: Zertex Date: Fri, 26 May 2023 10:16:24 -0400 Subject: [PATCH] Make client feature default --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a7029fc..f910e0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ license = "AGPL-3" edition = "2021" [features] +default = ["client"] backend = ["poem", "sqlx"] client = []