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"