mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-15 21:02:10 +03:00
20 lines
285 B
TOML
20 lines
285 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.44"
|
||
|
|
||
|
[dependencies.web-sys]
|
||
|
version = "0.3.21"
|
||
|
features = [
|
||
|
"ErrorEvent",
|
||
|
"MessageEvent",
|
||
|
"WebSocket",
|
||
|
]
|