mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
app, server: Add an endpoint to fetch the frontend settings
This commit is contained in:
committed by
nitnelave
parent
ba93533790
commit
5afcdbda65
@@ -15,7 +15,6 @@ anyhow = "*"
|
||||
base64 = "0.21"
|
||||
bincode = "1.3"
|
||||
juniper = "0.15"
|
||||
serde = "*"
|
||||
serde_bytes = "0.11"
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -49,6 +48,9 @@ features = [
|
||||
"runtime-actix-rustls",
|
||||
]
|
||||
|
||||
[dependencies.serde]
|
||||
workspace = true
|
||||
|
||||
[dependencies.strum]
|
||||
features = ["derive"]
|
||||
version = "0.25"
|
||||
|
||||
Reference in New Issue
Block a user