cosmic-applets/Cargo.toml

15 lines
231 B
TOML
Raw Normal View History

2021-08-24 14:14:08 -07:00
[package]
2021-08-25 09:01:37 -07:00
name = "pop-cosmic-panel"
2021-08-24 14:14:08 -07:00
version = "0.1.0"
edition = "2018"
[dependencies]
cascade = "1"
2021-08-24 19:08:48 -07:00
chrono = "0.4"
2021-08-24 14:14:08 -07:00
gdk4-x11 = "0.2"
gtk4 = "0.2"
2021-08-25 19:00:41 -07:00
once_cell = "1"
2021-08-24 14:14:08 -07:00
toml = "0.5"
x11 = { version = "2", features = ["xlib"] }
zbus = "1"