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

17 lines
423 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]
2023-10-27 17:44:25 -04:00
zbus.workspace = true
libcosmic.workspace = true
once_cell = "1"
# Application i18n
i18n-embed = { version = "0.13.4", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.6.4"
rust-embed = "6.3.0"
tracing = "0.1"