mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 06:33:33 +03:00
d673d5cfff
Updates the requirements on [env_logger](https://github.com/sebasmagri/env_logger) to permit the latest version. - [Release notes](https://github.com/sebasmagri/env_logger/releases) - [Commits](https://github.com/sebasmagri/env_logger/commits/v0.6.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
23 lines
398 B
TOML
23 lines
398 B
TOML
[package]
|
|
name = "webidl-tests"
|
|
version = "0.1.0"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
|
|
[lib]
|
|
test = false
|
|
doctest = false
|
|
path = 'lib.rs'
|
|
|
|
[build-dependencies]
|
|
wasm-bindgen-webidl = { path = '../webidl' }
|
|
env_logger = "0.6"
|
|
|
|
[dev-dependencies]
|
|
js-sys = { path = '../js-sys' }
|
|
wasm-bindgen = { path = '../..' }
|
|
wasm-bindgen-test = { path = '../test' }
|
|
|
|
[[test]]
|
|
name = 'wasm'
|
|
path = 'main.rs'
|