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]