Skip to content

Commit d0f2b4d

Browse files
committed
[swhkd/swhks] Update Cargo.toml fields
Signed-off-by: Shinyzenith <aakashsensharma@gmail.com>
1 parent c042d7f commit d0f2b4d

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

swhkd/Cargo.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
11
[package]
22
description = "Sxhkd clone for Wayland (works on TYY and X11 too)"
33
edition = "2021"
4-
keywords = ["wayland", "hotkey", "evdev"]
5-
license = "BSD-2-Clause"
64
name = "Simple-Wayland-HotKey-Daemon"
7-
repository = "https://git.sr.ht/~shinyzenith/swhkd"
85
version = "1.2.1"
96
authors = [
107
"Shinyzenith <aakashsensharma@gmail.com>\n",
118
"Angelo Fallaria <ba.fallaria@gmail.com>\n",
129
"EdenQwQ <lsahlm1eden@gmail.com>\n"
1310
]
14-
exclude = [
15-
"CODE_OF_CONDUCT.md",
16-
"CONTRIBUTING.md",
17-
"LICENSE",
18-
"contrib/*",
19-
"target/*",
20-
"bin/*",
21-
"docs/*",
22-
"release.sh",
23-
]
2411

2512
[dependencies]
2613
clap = "3.1.6"

swhks/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ license = "BSD-2-Clause"
55
name = "swhks"
66
version = "1.2.1"
77
authors = [
8-
"Shinyzenith <aakashsensharma@gmail.com>"
8+
"Shinyzenith <aakashsensharma@gmail.com>\n",
9+
"Angelo Fallaria <ba.fallaria@gmail.com>\n",
10+
"EdenQwQ <lsahlm1eden@gmail.com>\n"
911
]
1012

1113
[dependencies]

0 commit comments

Comments
 (0)