validation core as a dependency

This commit is contained in:
Priec
2026-05-06 19:03:26 +02:00
parent 3b0133640f
commit f094346e1b
12 changed files with 1505 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[workspace]
members = ["client", "server", "common", "search", "canvas"]
members = ["client", "server", "common", "search", "canvas", "validation-core"]
resolver = "2"
[workspace.package]
@@ -53,3 +53,4 @@ toml = "0.8.20"
unicode-width = "0.2.0"
common = { path = "./common" }
validation-core = { path = "./validation-core" }