app: Fix attribute type parsing

This commit is contained in:
Valentin Tolmer
2025-07-30 00:56:53 +02:00
committed by nitnelave
parent 3c7e4c3dec
commit 363ef106e2
5 changed files with 42 additions and 13 deletions
+9
View File
@@ -55,6 +55,11 @@ features = [
"wasmbind"
]
[dependencies.derive_more]
features = ["debug", "display", "from", "from_str"]
default-features = false
version = "1"
[dependencies.lldap_auth]
path = "../crates/auth"
features = [ "opaque_client" ]
@@ -73,6 +78,10 @@ version = "0.24"
[dependencies.serde]
workspace = true
[dependencies.strum]
features = ["derive"]
version = "0.25"
[dependencies.yew_form]
git = "https://github.com/jfbilodeau/yew_form"
rev = "4b9fabffb63393ec7626a4477fd36de12a07fac9"