cosmic-applets/applets/cosmic-applet-graphics/Cargo.toml

15 lines
486 B
TOML
Raw Normal View History

2022-02-14 15:41:47 -05:00
[package]
name = "cosmic-applet-graphics"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gtk4 = { git = "https://github.com/gtk-rs/gtk4-rs", features = ["v4_2"] }
libcosmic-applet = { path = "../../libcosmic-applet" }
2022-02-14 15:41:47 -05:00
once_cell = "1.9.0"
relm4-macros = { git = "https://github.com/Relm4/Relm4.git", branch = "next" }
2022-02-14 15:41:47 -05:00
tokio = { version = "1.16.1", features = ["full"] }
zbus = "2.1.1"