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

difftreelog

source

cmds/jrsonnet-fmt/Cargo.toml363 Bsourcehistory
1[package]2name = "jrsonnet-fmt"3version.workspace = true4edition = "2021"56[dependencies]7dprint-core = "0.63.2"8jrsonnet-rowan-parser.workspace = true9insta = "1.15"10indoc = "1.0"11ass-stroke = { git = "https://github.com/CertainLach/ass-stroke.git", version = "0.1.0" }12clap = { version = "4.4.2", features = ["derive"] }13tempfile = "3.8.0"14thiserror = "1.0.48"