git.delta.rocks / jrsonnet / refs/commits / 6451b30ca5f3

difftreelog

source

crates/jrsonnet-cli/Cargo.toml604 Bsourcehistory
1[package]2name = "jrsonnet-cli"3description = "Utilities for building jrsonnet CLIs"4version = "0.4.1"5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6license = "MIT"7edition = "2018"8publish = false910[dependencies]11jrsonnet-evaluator = { path="../../crates/jrsonnet-evaluator", version="0.4.1", features=["explaining-traces"] }12jrsonnet-parser = { path="../../crates/jrsonnet-parser", version="0.4.1" }13jrsonnet-gc = { version="0.4.2", features=["derive", "unstable-config", "unstable-stats"] }1415[dependencies.clap]16git = "https://github.com/clap-rs/clap"17rev = "f0c5ea5e1503de5c8e74d8c047a799cf51498e83"