Skip to main content
Module

x/deno_notify/Cargo.toml

Send desktop notifications on all platforms in Deno
Go to Latest
File
[package]name = "deno_notify"version = "0.4.3"authors = ["Pandawan <pandawanfr@gmail.com>"]edition = "2018"publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]crate-type = ["cdylib"]
[dependencies]futures = "0.3.5"deno_core = "0.49.0"notify-rust = "4.0.0"serde = { version = "1.0", features = ["derive"] }serde_json = "1.0"