2025-06-27 02:31:23 +01:00

23 lines
701 B
TOML

[dependencies]
nu-plugin = { version = "0.105.2", path = "../nushell/crates/nu-plugin" }
[dependencies.notify-rust]
version = "4.11.7"
[dependencies.nu-protocol]
features = ["plugin"]
version = "0.105.2"
path = "../nushell/crates/nu-protocol"
[package]
authors = ["Motalleb Fallahnezhad <fmotalleb@gmail.com>"]
description = "A nushell plugin to send desktop notifications"
edition = "2024"
homepage = "https://github.com/FMotalleb/nu_plugin_desktop_notifications"
keywords = ["nushell", "desktop", "notification", "plugin"]
license = "MIT"
name = "nu_plugin_desktop_notifications"
readme = "README.md"
repository = "https://github.com/FMotalleb/nu_plugin_desktop_notifications"
version = "1.2.12"