melawy-arch-linux-updater-tray/Cargo.toml

17 lines
486 B
TOML

[package]
authors = ["Valeria Fadeeva <valeria@fadeeva.me>"]
name = "melawy-arch-linux-updater-tray"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# tray-item = { path = "../../", features = ["libappindicator"] }
tray-item = { git = "https://github.com/olback/tray-item-rs", features = ["libappindicator"] }
gtk = "0.18"
glib = "0.20"
[build-dependencies]
glib-build-tools = "0.20"