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

difftreelog

source

crates/nixlike/Cargo.toml298 Bsourcehistory
1[package]2name = "nixlike"3version = "0.1.0"4edition = "2021"56[dependencies]7alejandra = {git = "https://github.com/kamadorueda/alejandra"}8rnix = "0.10.2"9linked-hash-map = "0.5.4"10peg = "0.8.0"11serde = "1.0.130"12thiserror = "1.0.29"13serde_json = "1.0.91"14ron = "0.8.0"15serde-transcode = "1.1.1"