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

difftreelog

source

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