git.delta.rocks / jrsonnet / refs/commits / 9cb049ebb4a6

difftreelog

source

bindings/jrsonnet-web/Cargo.toml662 Bsourcehistory
1[package]2name = "jrsonnet-web"3authors.workspace = true4edition.workspace = true5license.workspace = true6repository.workspace = true7version.workspace = true89[dependencies]10console_error_panic_hook.workspace = true11getrandom = { workspace = true, features = ["wasm_js"] }12hi-doc.workspace = true13jrsonnet-evaluator.workspace = true14jrsonnet-formatter.workspace = true15jrsonnet-gcmodule.workspace = true16jrsonnet-stdlib.workspace = true17jrsonnet-types.workspace = true18js-sys.workspace = true19url.workspace = true20wasm-bindgen.workspace = true21wasm-bindgen-futures.workspace = true2223[lints]24workspace = true2526[lib]27name = "jsonnet_web"28crate-type = ["cdylib"]