File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 11[dependencies ]
2- nu-plugin = " 0.105.1"
2+ nu-plugin = { version = " 0.105.1" }
33
44[dependencies .notify-rust ]
55version = " 4.11.7"
66
77[dependencies .nu-protocol ]
8- features = [" plugin" ]
8+ features = [
9+ " plugin" ,
10+ ]
911version = " 0.105.1"
1012
1113[package ]
12- authors = [" Motalleb Fallahnezhad <fmotalleb@gmail.com>" ]
14+ authors = [
15+ " Motalleb Fallahnezhad <fmotalleb@gmail.com>" ,
16+ ]
1317description = " A nushell plugin to send desktop notifications"
1418edition = " 2021"
1519homepage = " 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+ ]
1726license = " MIT"
1827name = " nu_plugin_desktop_notifications"
1928readme = " README.md"
You can’t perform that action at this time.
0 commit comments