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