validation: use cargo workspace
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-18 12:37:20 -07:00
parent 49e767f027
commit e1645e7c46
6 changed files with 357 additions and 1675 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
.idea
/target

File diff suppressed because it is too large Load Diff

6
Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[workspace]
members = [
"validation",
"validation/api",
]
resolver = "2"

View File

@@ -1 +0,0 @@
/target

View File

@@ -1 +0,0 @@
/target

1463
validation/api/Cargo.lock generated

File diff suppressed because it is too large Load Diff