summaryrefslogtreecommitdiffstats
path: root/examples/websocket/Cargo.toml
blob: 2756e8e0e0589fd68b5b0bb6c948d06fec11d40e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "websocket"
version = "1.0.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
publish = false

[dependencies]
iced.workspace = true
iced.features = ["debug", "tokio"]

once_cell.workspace = true
warp = "0.3"

[dependencies.async-tungstenite]
version = "0.23"
features = ["tokio-rustls-webpki-roots"]

[dependencies.tokio]
workspace = true
features = ["time"]