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

difftreelog

source

crates/jrsonnet-cli/Cargo.toml434 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"8publish = false910[dependencies]11jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.6", features = ["explaining-traces"] }12jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.6" }13clap = "3.0.0-beta.2"