diff options
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3,6 +3,13 @@ name = "xcursorlocate" | |||
3 | version = "0.1.1" | 3 | version = "0.1.1" |
4 | authors = ["Akshay <[email protected]>"] | 4 | authors = ["Akshay <[email protected]>"] |
5 | edition = "2018" | 5 | edition = "2018" |
6 | description = "cursor location indicator for X11" | ||
7 | homepage = "https://github.com/nerdypepper/xcursorlocate" | ||
8 | repository = "https://github.com/nerdypepper/xcursorlocate" | ||
9 | readme = "./readme.md" | ||
10 | keywords = ["cursor", "x11", "visual", "xcb"] | ||
11 | categories = ["graphics", "visualization"] | ||
12 | license = "GPL-3.0-or-later" | ||
6 | 13 | ||
7 | [dependencies] | 14 | [dependencies] |
8 | confy = "0.3.1" | 15 | confy = "0.3.1" |