mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
domain-handlers: move backend handler traits to separate crate
This commit is contained in:
committed by
nitnelave
parent
e22d17dca6
commit
ca1c6ff645
Generated
+19
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user