Derivation::to_json_string and test

Use `serde_json` at test time.
This commit is contained in:
John Ericson 2026-01-23 21:38:29 -05:00
parent 553f6fbfa7
commit 43252576c2
4 changed files with 234 additions and 141 deletions

View file

@ -23,6 +23,7 @@ zerocopy = "0.8"
ctor = "0.2"
hex-literal = "0.4"
tempfile = "3.10"
serde_json = "1.0"
[build-dependencies]
pkg-config = "0.3"