From d1eb017a0d98045d2a88795b402dfb5a773d91ef Mon Sep 17 00:00:00 2001 From: Bearice Ren Date: Sat, 19 Jul 2025 12:40:46 +0900 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ecd9164..2e79000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -trayicon = { git = "https://github.com/bearice/trayicon-rs.git" } +trayicon = "0.3.0" flate2 = "1.0"