domain-handlers: move backend handler traits to separate crate

This commit is contained in:
Simon Broeng Jensen
2025-02-19 23:48:05 +01:00
committed by nitnelave
parent e22d17dca6
commit ca1c6ff645
25 changed files with 149 additions and 104 deletions
Generated
+19
View File
@@ -2536,6 +2536,7 @@ dependencies = [
"lettre",
"lldap_auth",
"lldap_domain",
"lldap_domain_handlers",
"lldap_domain_model",
"lldap_validation",
"log",
@@ -2645,6 +2646,24 @@ dependencies = [
"uuid 1.11.0",
]
[[package]]
name = "lldap_domain_handlers"
version = "0.1.0"
dependencies = [
"async-trait",
"base64 0.21.7",
"chrono",
"derive_more 1.0.0",
"ldap3_proto",
"lldap_auth",
"lldap_domain",
"lldap_domain_model",
"pretty_assertions",
"serde",
"serde_bytes",
"uuid 1.11.0",
]
[[package]]
name = "lldap_domain_model"
version = "0.1.0"