diff --git a/Cargo.toml b/Cargo.toml index e556f7e..b976f89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "merenda" version = "0.1.0" edition = "2021" +description = "Snack-sized clipboard syncronization over SSH" +license = "GPL-3.0" +license-file = "COPYING" [dependencies] arboard = { version = "3.2.1", default-features = false, features = ["wayland-data-control"] } diff --git a/README.md b/README.md index c951371..832fcc6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Merenda - Byte-sized snacks over SSH +# Merenda - Snack-sized clipboard syncronization over SSH A tiny server/client application to synchronize clipboards over SSH in Rust, inspired by similar tools like [Lemonade](https://github.com/pocke/lemonade). diff --git a/examples/merenda.service b/examples/merenda.service index cef6ea4..32226e9 100644 --- a/examples/merenda.service +++ b/examples/merenda.service @@ -1,5 +1,5 @@ [Unit] -Description=Merenda - Byte-sized snacks over SSH +Description=Merenda - Snack-sized clipboard syncronization over SSH StartLimitIntervalSec=5 StartLimitBurst=10