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 -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"]