1[package]2name = "jsonnet"3version = "0.3.1"4authors = ["Лач <iam@lach.pw>"]5edition = "2018"67# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html89[dependencies]10jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.1" }11jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.1" }1213[lib]14crate-type = ["cdylib"]difftreelog
source
bindings/jsonnet/Cargo.toml406 Bsourcehistory