From a8be88b5f42649c6f410f93f3f9a03929d1cfb07 Mon Sep 17 00:00:00 2001 From: RafayAhmad7548 Date: Wed, 16 Apr 2025 21:03:28 +0500 Subject: [PATCH] readme add --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/Cargo.lock b/Cargo.lock index d7ecd1e..d862a03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index ce56a77..96ce27a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "clipsync" +name = "clipsync-server" version = "0.1.0" edition = "2021" diff --git a/README.md b/README.md new file mode 100644 index 0000000..946dd34 --- /dev/null +++ b/README.md @@ -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.