mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-15 09:40:52 +00:00
Updates the requirements on [humantime](https://github.com/tailhook/humantime) to permit the latest version. - [Release notes](https://github.com/tailhook/humantime/releases) - [Commits](https://github.com/tailhook/humantime/compare/v1.0.0...v2.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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.63"
|
|
humantime = "2"
|
|
|
|
[dependencies.web-sys]
|
|
version = "0.3.4"
|
|
features = ['Window', 'Performance', 'PerformanceTiming']
|