git.delta.rocks / jrsonnet / refs/commits / 94fa86f59bc6

difftreelog

source

cmds/jrsonnet-fmt/Cargo.toml166 Bsourcehistory
1[package]2name = "jrsonnet-fmt"3version = "0.1.0"4edition = "2021"56[dependencies]7dprint-core = "0.47.1"8jrsonnet-parser = { path = "../../crates/jrsonnet-parser" }