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.