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
@@ -13,7 +13,6 @@ anyhow = "*"
|
||||
base64 = "0.13"
|
||||
rand = "0.8"
|
||||
requestty = "0.4.1"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
smallvec = "*"
|
||||
|
||||
@@ -35,3 +34,6 @@ features = ["json", "blocking", "rustls-tls"]
|
||||
version = "*"
|
||||
default-features = false
|
||||
features = ["sync", "tls-rustls"]
|
||||
|
||||
[dependencies.serde]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user