validation: use cargo workspace

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

3
.gitignore vendored

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

File diff suppressed because it is too large Load Diff

6
Cargo.toml Normal file

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

@ -1 +0,0 @@
/target

@ -1 +0,0 @@
/target

1463
validation/api/Cargo.lock generated

File diff suppressed because it is too large Load Diff