aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm-web/Cargo.toml
blob: 1793db35550a5e6fb50aab3780cdd2a8ae7626d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "teleterm-web"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
wasm-bindgen = "0.2"
web-sys = { version = "0.3", features = ["ErrorEvent", "MessageEvent",
"WebSocket"]}