git.delta.rocks / jrsonnet / refs/commits / 64fb3950ee00

difftreelog

source

crates/jsonnet-evaluator/Cargo.toml374 Bsourcehistory
1[package]2name = "jsonnet-evaluator"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-parser = { path = "../jsonnet-parser" }11closure = "0.3.0"1213[dev-dependencies]14jsonnet-stdlib = { version = "0.1.0", path = "../jsonnet-stdlib" }