2022-06-10 16:20:46 -07:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-applet-time"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2022-12-15 16:53:29 -07:00
|
|
|
icon-loader = { version = "0.3.6", features = ["gtk"] }
|
2023-07-20 14:57:51 -07:00
|
|
|
libcosmic.workspace = true
|
2023-06-15 15:03:06 -04:00
|
|
|
nix = "0.26.2"
|
2022-12-15 16:53:29 -07:00
|
|
|
chrono = { version = "0.4.23", features = ["clock"] }
|
2023-10-22 15:23:07 -05:00
|
|
|
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"
|