iced-yoda/examples/websocket/Cargo.toml

21 lines
389 B
TOML
Raw Normal View History

2022-01-16 15:50:19 +07:00
[package]
name = "websocket"
version = "1.0.0"
2022-01-16 15:50:19 +07:00
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
2025-02-21 01:28:47 +01:00
edition = "2024"
2022-01-16 15:50:19 +07:00
publish = false
[dependencies]
iced.workspace = true
2025-04-02 10:58:09 +02:00
iced.features = ["debug", "tokio", "sipper"]
warp = "0.3"
2022-01-16 15:50:19 +07:00
[dependencies.async-tungstenite]
version = "0.25"
2022-01-16 15:50:19 +07:00
features = ["tokio-rustls-webpki-roots"]
[dependencies.tokio]
workspace = true
2022-01-16 15:50:19 +07:00
features = ["time"]