git.delta.rocks / jrsonnet / refs/commits / d14f5fd9b388

difftreelog

source

tests/Cargo.toml311 Bsourcehistory
1[package]2name = "tests"3version = "0.1.0"4edition = "2024"5publish = false67[lints]8workspace = true910[dependencies]11jrsonnet-evaluator.workspace = true12jrsonnet-gcmodule.workspace = true13jrsonnet-stdlib.workspace = true14serde.workspace = true15json-structural-diff.workspace = true16serde_json.workspace = true