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

difftreelog

source

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