Add ObjectPath query language
Some checks failed
CI / Typos (push) Successful in 19s
CI / Build and test (push) Failing after 40s
CI / Clippy (push) Failing after 53s

This commit is contained in:
2026-03-05 21:35:07 -08:00
parent 0053ed3a69
commit a9e402bc83
11 changed files with 657 additions and 48 deletions

1
Cargo.lock generated
View File

@@ -960,6 +960,7 @@ version = "0.0.1"
dependencies = [
"serde",
"smartstring",
"thiserror",
"toml",
]