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

difftreelog

source

crates/jrsonnet-cli/Cargo.toml577 Bsourcehistory
1[package]2name = "jrsonnet-cli"3description = "Utilities for building jrsonnet CLIs"4version = "0.3.2"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.2", features = ["explaining-traces"] }12jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.2" }1314[dependencies.clap]15git = "https://github.com/clap-rs/clap"16rev = "821d79aac784980656f1a3be378f57cf32ea6828"