mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
server: extract the sql backend handler to a separate crate
This commit is contained in:
committed by
nitnelave
parent
ee21d83056
commit
55de3ac329
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user