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
@@ -92,7 +92,7 @@ path = "../crates/domain"
features = ["test"]
[dependencies.lldap_validation]
path = "../validation"
path = "../crates/validation"
[dependencies.opaque-ke]
version = "0.7"