mirror of
https://github.com/tlsnotary/wasm-bindgen.git
synced 2026-01-08 22:48:04 -05:00
15 lines
321 B
TOML
15 lines
321 B
TOML
[package]
|
|
name = "wasm-bindgen-benchmark"
|
|
version = "0.1.0"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
edition = "2018"
|
|
rust-version = "1.57"
|
|
|
|
[dependencies]
|
|
wasm-bindgen = { path = '../' }
|
|
web-sys = { path = '../crates/web-sys', features = ['Node'] }
|
|
js-sys = { path = '../crates/js-sys' }
|
|
|
|
[lib]
|
|
crate-type = ['cdylib']
|