mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
domain-model: move domain::model module to separate crate
This commit is contained in:
committed by
nitnelave
parent
3c0359eb8a
commit
d854ace89f
Generated
+20
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user