Files
wasm-bindgen/benchmarks/Cargo.toml
Liam Murphy ad251c06a6 Fix CI failures introduced by Rust 1.78 (except clippy::empty_docs) (#3949)
* Fix clippy/cargo warnings introduced by Rust 1.78

* Update reference tests
2024-05-07 20:30:12 +10:00

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']