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

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

warp = "0.3"

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

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