aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e4517b0..089ccf4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,13 @@ name = "xcursorlocate"
3version = "0.1.1" 3version = "0.1.1"
4authors = ["Akshay <[email protected]>"] 4authors = ["Akshay <[email protected]>"]
5edition = "2018" 5edition = "2018"
6description = "cursor location indicator for X11"
7homepage = "https://github.com/nerdypepper/xcursorlocate"
8repository = "https://github.com/nerdypepper/xcursorlocate"
9readme = "./readme.md"
10keywords = ["cursor", "x11", "visual", "xcb"]
11categories = ["graphics", "visualization"]
12license = "GPL-3.0-or-later"
6 13
7[dependencies] 14[dependencies]
8confy = "0.3.1" 15confy = "0.3.1"