marine/marine-js/Cargo.toml
renovate[bot] 0c1d3780b0
chore(deps): update rust crate serde_json to 1.0.107 (#345)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 15:18:40 +03:00

24 lines
684 B
TOML

[package]
name = "marine-js"
version = "0.7.4"
edition = "2021"
description = "Web version of the marine runtime"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
marine-js-backend = {path = "../crates/js-backend", version = "0.1.1"}
marine-runtime = {path = "../marine", default-features = false}
wasm-bindgen = "0.2.86"
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.107"
serde-wasm-bindgen = "0.5.0"
maplit = "1.0.2"
web-sys = {version = "0.3.61", features = ["console"]}
js-sys = "0.3.63"
wasm-bindgen-console-logger = "0.1.1"
log = "0.4.20"