fix: Correctly pass ldap feature from the default crate

This commit is contained in:
Jade Ellis 2025-08-10 21:08:06 +01:00 committed by Ellis Git
commit cb09bfa4e7

View file

@ -56,6 +56,7 @@ standard = [
"jemalloc",
"jemalloc_conf",
"journald",
"ldap",
"media_thumbnail",
"systemd",
"url_preview",
@ -114,6 +115,9 @@ jemalloc_stats = [
jemalloc_conf = [
"conduwuit-core/jemalloc_conf",
]
ldap = [
"conduwuit-api/ldap",
]
media_thumbnail = [
"conduwuit-service/media_thumbnail",
]