mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-01 01:41:08 +00:00
25 lines
361 B
TOML
25 lines
361 B
TOML
[package]
|
|
name = "websockets"
|
|
version = "0.1.0"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "0.2.62"
|
|
js-sys = "0.3"
|
|
|
|
[dependencies.web-sys]
|
|
version = "0.3.22"
|
|
features = [
|
|
"BinaryType",
|
|
"Blob",
|
|
"ErrorEvent",
|
|
"FileReader",
|
|
"MessageEvent",
|
|
"ProgressEvent",
|
|
"WebSocket",
|
|
]
|