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

17 lines
486 B
TOML
Raw Normal View History

2024-05-04 23:25:34 +05:00
[package]
2024-09-23 11:06:37 +05:00
authors = ["Valeria Fadeeva <valeria@fadeeva.me>"]
2024-10-07 23:21:09 +05:00
name = "melawy-arch-linux-updater-tray"
2024-05-04 23:25:34 +05:00
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"
2025-01-20 14:20:02 +05:00
glib = "0.20"
[build-dependencies]
glib-build-tools = "0.20"