mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-15 21:02:10 +03:00
17 lines
295 B
TOML
17 lines
295 B
TOML
[package]
|
|
name = "performance"
|
|
version = "0.1.0"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "0.2.48"
|
|
humantime = "1"
|
|
|
|
[dependencies.web-sys]
|
|
version = "0.3.4"
|
|
features = ['Window', 'Performance', 'PerformanceTiming']
|