1b20037053
- Includes breaking changes to the WASM API surface, since it now accepts objects instead of stringified JSON.
15 lines
260 B
TOML
15 lines
260 B
TOML
[package]
|
|
name = "tsify-async"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "1.0"
|
|
quote = "1.0"
|
|
serde-wasm-bindgen = "0.5.0"
|