git.delta.rocks / jrsonnet / refs/commits / 0d591aa205cc

difftreelog

source

bindings/jsonnet/Cargo.toml402 Bsourcehistory
1[package]2name = "jsonnet"3version = "0.3.3"4authors = ["Yaroslav Bolyukin <iam@lach.pw>"]5edition = "2018"67[dependencies]8jrsonnet-interner = { path = "../../crates/jrsonnet-interner", version = "0.3.3" }9jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.3" }10jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.3" }1112[lib]13crate-type = ["cdylib"]