iced-yoda/examples/websocket/Cargo.toml

24 lines
500 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>"]
2022-02-09 17:53:35 +07:00
edition = "2021"
2022-01-16 15:50:19 +07:00
publish = false
[dependencies]
iced = { path = "../..", features = ["tokio", "debug"] }
iced_native = { path = "../../native" }
iced_futures = { path = "../../futures" }
once_cell = "1.15"
2022-01-16 15:50:19 +07:00
[dependencies.async-tungstenite]
version = "0.16"
features = ["tokio-rustls-webpki-roots"]
[dependencies.tokio]
version = "1"
features = ["time"]
[dependencies.warp]
version = "0.3"