domain-model: move domain::model module to separate crate

This commit is contained in:
Simon Broeng Jensen
2025-02-05 09:11:27 +01:00
committed by nitnelave
parent 3c0359eb8a
commit d854ace89f
39 changed files with 125 additions and 42 deletions
Generated
+20
View File
@@ -2536,6 +2536,7 @@ dependencies = [
"lettre",
"lldap_auth",
"lldap_domain",
"lldap_domain_model",
"lldap_validation",
"log",
"mockall",
@@ -2644,6 +2645,25 @@ dependencies = [
"uuid 1.11.0",
]
[[package]]
name = "lldap_domain_model"
version = "0.1.0"
dependencies = [
"base64 0.21.7",
"bincode",
"chrono",
"derive_more 1.0.0",
"lldap_auth",
"lldap_domain",
"orion",
"pretty_assertions",
"sea-orm",
"serde",
"serde_bytes",
"thiserror",
"uuid 1.11.0",
]
[[package]]
name = "lldap_migration_tool"
version = "0.4.2"