git.delta.rocks / jrsonnet / refs/commits / 77689297a72f

difftreelog

source

crates/jrsonnet-cli/Cargo.toml506 Bsourcehistory
1[package]2name = "jrsonnet-cli"3description = "Utilities for building jrsonnet CLIs"4version = "0.3.6"5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6license = "MIT"7edition = "2018"89[dependencies]10jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.6", features = ["explaining-traces"] }11jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.6" }1213[dependencies.clap]14git = "https://github.com/clap-rs/clap"15rev = "92f744cc49d12d32261010d355dc215a6d2487b9"