diff options
author | Akshay <[email protected]> | 2019-11-30 11:29:05 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2019-11-30 11:29:05 +0000 |
commit | 20bc88ae56e1b7fa4004f0a0acbb28f2f0c7e4a2 (patch) | |
tree | eb655ca5b44af3fef7850a3b91ec7dd0a85e7fb3 | |
parent | 208eb458750bbd9d042493abe8fca9b4b9363857 (diff) |
add crate metadata
-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" |