1[package]2name = "jsonnet"3version = "0.1.0"4authors = ["Лач <iam@lach.pw>"]5edition = "2018"67# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html89[dependencies]10jsonnet-evaluator = { path = "../../crates/jsonnet-evaluator" }11jsonnet-parser = { path = "../../crates/jsonnet-parser" }12annotate-snippets = "0.8.0"1314[dependencies.clap]15version = "3.0.0-beta.1"16default-features = false17features = ["std", "derive"]difftreelog
source
cmds/jsonnet/Cargo.toml461 Bsourcehistory