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

difftreelog

source

cmds/jrsonnet-fmt/Cargo.toml444 Bsourcehistory
1[package]2name = "jrsonnet-fmt"3authors.workspace = true4edition.workspace = true5license.workspace = true6repository.workspace = true7version.workspace = true89[lints]10workspace = true1112[dependencies]13dprint-core.workspace = true14jrsonnet-rowan-parser.workspace = true15insta.workspace = true16indoc.workspace = true17hi-doc.workspace = true18clap = { workspace = true, features = ["derive"] }19tempfile.workspace = true20thiserror.workspace = true