git.delta.rocks / jrsonnet / refs/commits / 6ac56eac7eb3

difftreelog

source

bindings/jrsonnet-web/Cargo.toml708 Bsourcehistory
1[package]2name = "jrsonnet-web"3description = "WASM JS bindings for jrsonnet"4authors.workspace = true5edition.workspace = true6license.workspace = true7repository.workspace = true8version.workspace = true910[dependencies]11console_error_panic_hook.workspace = true12getrandom = { workspace = true, features = ["wasm_js"] }13hi-doc.workspace = true14jrsonnet-evaluator.workspace = true15jrsonnet-formatter.workspace = true16jrsonnet-gcmodule.workspace = true17jrsonnet-stdlib.workspace = true18jrsonnet-types.workspace = true19js-sys.workspace = true20url.workspace = true21wasm-bindgen.workspace = true22wasm-bindgen-futures.workspace = true2324[lints]25workspace = true2627[lib]28name = "jsonnet_web"29crate-type = ["cdylib"]