add alert for macos

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-02-19 11:40:59 +08:00
parent b733ad9379
commit a333a261fd
7 changed files with 145 additions and 42 deletions

12
Cargo.lock generated
View File

@@ -2612,6 +2612,7 @@ dependencies = [
"log",
"mac_address",
"machine-uid",
"osascript",
"protobuf",
"protobuf-codegen",
"quinn",
@@ -3926,6 +3927,17 @@ version = "6.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
[[package]]
name = "osascript"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38731fa859ef679f1aec66ca9562165926b442f298467f76f5990f431efe87dc"
dependencies = [
"serde 1.0.149",
"serde_derive",
"serde_json 1.0.89",
]
[[package]]
name = "pango"
version = "0.16.5"