difftreelog
build use ass-stroke from git
in: master
1 file changed
cmds/jrsonnet-fmt/Cargo.tomldiffbeforeafterboth1[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 = { path = "/home/lach/build/ass-stroke/crates/ass-stroke", version = "0.1.0" }12clap = { version = "4.4.2", features = ["derive"] }13tempfile = "3.8.0"14thiserror = "1.0.48"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"