Desktop notifications in macOS #285

This commit is contained in:
Roey Darwish Dror
2020-01-03 10:26:21 +02:00
committed by GitHub
parent 27e98a3815
commit b049151993
4 changed files with 118 additions and 4 deletions

View File

@@ -36,6 +36,9 @@ thiserror = "1.0.9"
anyhow = "1.0.25"
tempfile = "3.1.0"
[target.'cfg(target_os = "macos")'.dependencies]
notify-rust = "3.6.3"
[target.'cfg(unix)'.dependencies]
nix = "0.15.0"