git.delta.rocks / jrsonnet / refs/commits / 9367ffe7b26b

difftreelog

source

crates/jrsonnet-cli/Cargo.toml490 Bsourcehistory
1[package]2name = "jrsonnet-cli"3description = "Utilities for building jrsonnet CLIs"4version = "0.3.2"5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6edition = "2018"78[dependencies]9jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.2", features = ["explaining-traces"] }10jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.2" }1112[dependencies.clap]13git = "https://github.com/clap-rs/clap"14rev = "821d79aac784980656f1a3be378f57cf32ea6828"