clipsync-server/Cargo.toml

9 lines
131 B
TOML
Raw Normal View History

2025-04-07 17:31:16 +05:00
[package]
name = "clipsync"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio-tungstenite = "0.26.2"
2025-04-08 17:48:38 +05:00
tungstenite = "0.26.2"