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 = []