mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-09 14:33:03 +02:00
fix: Correctly pass ldap feature from the default crate
This commit is contained in:
parent
0ed691edef
commit
cb09bfa4e7
1 changed files with 4 additions and 0 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue