mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-22 13:10:51 +00:00
17 lines
429 B
TOML
17 lines
429 B
TOML
[package]
|
|
name = "web-sys"
|
|
version = "0.1.0"
|
|
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
|
|
readme = "./README.md"
|
|
|
|
[build-dependencies]
|
|
env_logger = "0.5.10"
|
|
failure = "0.1"
|
|
wasm-bindgen-webidl = { path = "../webidl", version = "=0.2.14" }
|
|
|
|
[dependencies]
|
|
wasm-bindgen = { path = "../..", version = "=0.2.14" }
|
|
|
|
[dev-dependencies]
|
|
wasm-bindgen-test-project-builder = { path = "../test-project-builder", version = '=0.2.14' }
|