Skip to content

Commit 20e71bb

Browse files
committed
[update] cargo.toml
1 parent 43c2ea0 commit 20e71bb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Cargo.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
[package]
2+
description = "Sxhkd clone for Wayland (works on TYY and X11 too)"
3+
edition = "2021"
4+
keywords = ["wayland", "hotkey", "evdev"]
5+
license = "BSD-2-Clause"
26
name = "Simple-Wayland-HotKey-Daemon"
7+
repository = "https://git.sr.ht/~shinyzenith/swhkd"
38
version = "1.1.2"
4-
edition = "2021"
59
authors = [
610
"Shinyzenith <aakashsensharma@gmail.com>\n",
711
"Angelo Fallaria <ba.fallaria@gmail.com>\n",
812
"EdenQwQ <lsahlm1eden@gmail.com>\n"
913
]
14+
exclude = [
15+
"CODE_OF_CONDUCT.md",
16+
"CONTRIBUTING.md",
17+
"contrib/*",
18+
"docs/*",
19+
"release.sh",
20+
]
1021

1122
[dependencies]
1223
clap = "3.1"

0 commit comments

Comments
 (0)