git.delta.rocks / jrsonnet / refs/commits / 337d066dc72d

difftreelog

source

cmds/jrsonnet/Cargo.toml485 Bsourcehistory
1[package]2name = "jrsonnet"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"13jemallocator = "0.3.2"1415[dependencies.clap]16version = "3.0.0-beta.1"17default-features = false18features = ["std", "derive"]