validation: move validation crate to crates folder

This commit is contained in:
Simon Broeng Jensen
2025-02-03 23:10:16 +01:00
committed by nitnelave
parent b5e87c7226
commit 37a683dcb2
6 changed files with 3 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@
members = [
"crates/auth",
"crates/domain",
"crates/validation",
"server",
"app",
"migration-tool",
+1 -1
View File
@@ -61,7 +61,7 @@ path = "../crates/auth"
features = [ "opaque_client" ]
[dependencies.lldap_validation]
path = "../validation"
path = "../crates/validation"
[dependencies.image]
features = ["jpeg"]
+1 -1
View File
@@ -92,7 +92,7 @@ path = "../crates/domain"
features = ["test"]
[dependencies.lldap_validation]
path = "../validation"
path = "../crates/validation"
[dependencies.opaque-ke]
version = "0.7"