cargo add trayicon

This commit is contained in:
hinto.janai 2023-04-14 14:24:29 -04:00
parent 6f636ceaac
commit 4a8bd3bebd
No known key found for this signature in database
GPG key ID: D47CE05FA175A499
2 changed files with 11 additions and 0 deletions

10
Cargo.lock generated
View file

@ -1988,6 +1988,7 @@ dependencies = [
"tokio",
"toml 0.5.11",
"tor-rtcompat",
"trayicon",
"walkdir",
"winres",
"zeroize",
@ -5050,6 +5051,15 @@ dependencies = [
"once_cell",
]
[[package]]
name = "trayicon"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c367fd7cdcdf19234aa104f7e03abe1be526018e4282af9f275bf436b9c9ad23"
dependencies = [
"winapi",
]
[[package]]
name = "try-lock"
version = "0.2.4"

View file

@ -64,6 +64,7 @@ walkdir = "2.3.2"
zeroize = "1.5.7"
serde-xml-rs = "0.6.0"
strsim = "0.10.0"
trayicon = "0.1.3"
# Unix dependencies
[target.'cfg(unix)'.dependencies]