git.delta.rocks / jrsonnet / refs/commits / 77689297a72f

difftreelog

source

bindings/jsonnet/Cargo.toml443 Bsourcehistory
1[package]2name = "jsonnet"3version = "0.3.6"4authors = ["Yaroslav Bolyukin <iam@lach.pw>"]5license = "MIT"6edition = "2018"78[dependencies]9jrsonnet-interner = { path = "../../crates/jrsonnet-interner", version = "0.3.6" }10jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.6" }11jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.6" }1213[lib]14crate-type = ["cdylib"]1516[features]17interop = []