1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-07 04:41:06 +00:00

14 lines
310 B
TOML
Raw Normal View History

[package]
name = "typescript-tests"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
[dependencies]
wasm-bindgen = { path = '../..' }
web-sys = { path = '../web-sys', features = [ 'HtmlElement', 'Node', 'Document' ] }
js-sys = { path = '../js-sys' }
[lib]
crate-type = ['cdylib']