From 3609786b7ba3abc76d4ac04e615e41f0c2fb8114 Mon Sep 17 00:00:00 2001 From: Skia Date: Sat, 16 Oct 2021 13:42:03 +0200 Subject: [PATCH] Cargo: add some missing metadata --- Cargo.lock | 2 +- Cargo.toml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 5a906ce..a7092ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,7 +101,7 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "swaysome" -version = "1.1.0" +version = "1.1.1" dependencies = [ "byteorder", "clap", diff --git a/Cargo.toml b/Cargo.toml index ed4148b..5395c5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "swaysome" version = "1.1.1" authors = ["Skia "] edition = "2018" +description = "swaysome provides a different way to manage your multiple outputs with the sway windows manager" +license = "MIT" +repository = "https://gitlab.com/hyask/swaysome" +homepage = "https://gitlab.com/hyask/swaysome" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html