git.delta.rocks / jrsonnet / refs/commits / 0111266c91b4

difftreelog

source

tests/Cargo.toml354 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 = true1718[dev-dependencies]19insta.workspace = true