git.delta.rocks / jrsonnet / refs/commits / ced22d8710e3

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"]