mirror of
https://github.com/swc-project/swc.git
synced 2024-12-26 23:27:56 +03:00
15 lines
268 B
TOML
15 lines
268 B
TOML
[workspace]
|
|
|
|
[package]
|
|
name = "multivalue-polyfill"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
walrus = "0.19.0"
|
|
wasm-bindgen-multi-value-xform = "0.2.78"
|
|
wasm-bindgen-wasm-conventions = "0.2.78"
|
|
wit-text = "0.8.0"
|
|
wit-validator = "0.2.1"
|
|
wit-walrus = "0.6.0"
|