mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-22 23:49:58 +00:00
Bumps [wasm-bindgen-futures](https://github.com/wasm-bindgen/wasm-bindgen) from 0.4.55 to 0.4.56. - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: wasm-bindgen-futures dependency-version: 0.4.56 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
484 B
TOML
21 lines
484 B
TOML
[package]
|
|
name = "sbv2_wasm"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
description.workspace = true
|
|
readme.workspace = true
|
|
repository.workspace = true
|
|
documentation.workspace = true
|
|
license.workspace = true
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "0.2.93"
|
|
sbv2_core = { path = "../sbv2_core", default-features = false, features = ["no_std"] }
|
|
once_cell.workspace = true
|
|
js-sys = "0.3.70"
|
|
ndarray.workspace = true
|
|
wasm-bindgen-futures = "0.4.56"
|