Skip to content

Commit 7361fba

Browse files
committed
chore
1 parent 3774d7d commit 7361fba

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

Cargo.toml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
11
[dependencies]
2-
nu-plugin = "0.105.1"
2+
nu-plugin = { version = "0.105.1" }
33

44
[dependencies.notify-rust]
55
version = "4.11.7"
66

77
[dependencies.nu-protocol]
8-
features = ["plugin"]
8+
features = [
9+
"plugin",
10+
]
911
version = "0.105.1"
1012

1113
[package]
12-
authors = ["Motalleb Fallahnezhad <fmotalleb@gmail.com>"]
14+
authors = [
15+
"Motalleb Fallahnezhad <fmotalleb@gmail.com>",
16+
]
1317
description = "A nushell plugin to send desktop notifications"
1418
edition = "2021"
1519
homepage = "https://github.com/FMotalleb/nu_plugin_desktop_notifications"
16-
keywords = ["nushell", "desktop", "notification", "plugin"]
20+
keywords = [
21+
"nushell",
22+
"desktop",
23+
"notification",
24+
"plugin",
25+
]
1726
license = "MIT"
1827
name = "nu_plugin_desktop_notifications"
1928
readme = "README.md"

0 commit comments

Comments
 (0)