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

difftreelog

source

crates/nixlike/Cargo.toml291 Bsourcehistory
1[package]2name = "nixlike"3version = "0.1.0"4edition = "2021"56[dependencies]7thiserror.workspace = true8alejandra = { git = "https://github.com/kamadorueda/alejandra" }9linked-hash-map = "0.5.6"10peg = "0.8.2"11serde = "1.0.196"12serde_json = "1.0.113"13ron = "0.8.1"14serde-transcode = "1.1.1"