From 20bc88ae56e1b7fa4004f0a0acbb28f2f0c7e4a2 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 30 Nov 2019 16:59:05 +0530 Subject: add crate metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e4517b0..089ccf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,13 @@ name = "xcursorlocate" version = "0.1.1" authors = ["Akshay "] edition = "2018" +description = "cursor location indicator for X11" +homepage = "https://github.com/nerdypepper/xcursorlocate" +repository = "https://github.com/nerdypepper/xcursorlocate" +readme = "./readme.md" +keywords = ["cursor", "x11", "visual", "xcb"] +categories = ["graphics", "visualization"] +license = "GPL-3.0-or-later" [dependencies] confy = "0.3.1" -- cgit v1.2.3