
i found out that async code would be better, so saved this code i might see this in future maybe :)
8 lines
131 B
TOML
8 lines
131 B
TOML
[package]
|
|
name = "clipsync"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tokio-tungstenite = "0.26.2"
|
|
tungstenite = "0.26.2"
|