clipsync-server/Cargo.toml
RafayAhmad7548 5b4fd10214 non async code
i found out that async code would be better, so saved this code i might see this in future maybe :)
2025-04-09 22:11:17 +05:00

8 lines
131 B
TOML

[package]
name = "clipsync"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio-tungstenite = "0.26.2"
tungstenite = "0.26.2"