summaryrefslogblamecommitdiffstats
path: root/examples/websocket/Cargo.toml
blob: 787dbbe1645d2c3df2e26a20731ae71e5af56d5e (plain) (tree)
1
2
3
4
5
6
7
8

                  
                 
                                                            
                


               


                                  
            

                                
                


                                        
                
                   
[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"]

warp = "0.3"

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

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