readme add

This commit is contained in:
RafayAhmad7548 2025-04-16 21:03:28 +05:00
parent d04a353e52
commit a8be88b5f4
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View file

@ -66,7 +66,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clipsync"
name = "clipsync-server"
version = "0.1.0"
dependencies = [
"futures",

View file

@ -1,5 +1,5 @@
[package]
name = "clipsync"
name = "clipsync-server"
version = "0.1.0"
edition = "2021"

2
README.md Normal file
View file

@ -0,0 +1,2 @@
# clipsync
A websocket based server to synchronize clipboards, this was made specifically for clipboard data but technichally can be used for other synchronization purposes as well.