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

difftreelog

source

crates/jrsonnet-cli/Cargo.toml577 Bsourcehistory
1[package]2name = "jrsonnet-cli"3description = "Utilities for building jrsonnet CLIs"4version = "0.1.0"5authors = ["Лач <iam@lach.pw>"]6edition = "2018"78# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html910[dependencies]11jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.0", features = ["explaining-traces"] }12jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.0" }1314[dependencies.clap]15git = "https://github.com/clap-rs/clap"16rev = "6a56a82629d1a990efb37dae9c75a76e943f22a0"