mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
app, server: Add an endpoint to fetch the frontend settings
This commit is contained in:
committed by
nitnelave
parent
ba93533790
commit
5afcdbda65
@@ -4,6 +4,7 @@ members = [
|
||||
"crates/domain",
|
||||
"crates/domain-model",
|
||||
"crates/domain-handlers",
|
||||
"crates/frontend-options",
|
||||
"crates/validation",
|
||||
"server",
|
||||
"app",
|
||||
@@ -27,3 +28,6 @@ git = 'https://github.com/inejge/ldap3/'
|
||||
[workspace.dependencies.sea-orm]
|
||||
version = "1.1.8"
|
||||
default-features = false
|
||||
|
||||
[workspace.dependencies.serde]
|
||||
version = "1"
|
||||
|
||||
Reference in New Issue
Block a user