Files
wasm-bindgen/benchmarks/Cargo.toml
2024-04-02 09:32:22 +02:00

14 lines
304 B
TOML

[package]
name = "wasm-bindgen-benchmark"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
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']