boon now included

This commit is contained in:
2025-09-30 01:10:58 -04:00
parent c9b1245a57
commit cc04f38c14
77 changed files with 12905 additions and 52 deletions

View File

@ -1,3 +1,9 @@
[workspace]
members = [
".",
"validator",
]
[package]
name = "jspg"
version = "0.1.0"
@ -8,7 +14,7 @@ pgrx = "0.15.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
lazy_static = "1.5.0"
boon = "0.6.1"
boon = { path = "validator" }
[dev-dependencies]
pgrx-tests = "0.15.0"
@ -33,4 +39,4 @@ lto = "thin"
panic = "unwind"
opt-level = 3
lto = "fat"
codegen-units = 1
codegen-units = 1