server: extract the sql backend handler to a separate crate

This commit is contained in:
Valentin Tolmer
2025-04-04 23:43:25 -05:00
committed by nitnelave
parent ee21d83056
commit 55de3ac329
27 changed files with 276 additions and 156 deletions
+7
View File
@@ -105,6 +105,9 @@ path = "../crates/frontend-options"
[dependencies.lldap_ldap]
path = "../crates/ldap"
[dependencies.lldap_sql_backend_handler]
path = "../crates/sql-backend-handler"
[dependencies.lldap_opaque_handler]
path = "../crates/opaque-handler"
@@ -195,6 +198,10 @@ features = ["test"]
[dev-dependencies.lldap_test_utils]
path = "../crates/test-utils"
[dev-dependencies.lldap_sql_backend_handler]
path = "../crates/sql-backend-handler"
features = ["test"]
[dev-dependencies.reqwest]
version = "*"
default-features = false