wasm-bindgen/crates/webidl-tests/Cargo.toml
dependabot[bot] d673d5cfff
Update env_logger requirement from 0.5 to 0.6
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>
2018-11-12 08:17:10 +00:00

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'