diff --git a/crates/sql-backend-handler/Cargo.toml b/crates/sql-backend-handler/Cargo.toml index 9f0fadf..80b6a12 100644 --- a/crates/sql-backend-handler/Cargo.toml +++ b/crates/sql-backend-handler/Cargo.toml @@ -71,6 +71,10 @@ path = "../domain-model" [dependencies.lldap_opaque_handler] path = "../opaque-handler" +[dev-dependencies.lldap_domain] +path = "../domain" +features = ["test"] + [dev-dependencies.lldap_test_utils] path = "../test-utils"